-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYNPY-1517] Deprecate Python 3.8 Support (#1134)
* Run in py 3.12 * Swap to `sysconfig` instead of distutils * Swap to use `get_path` * Unit test patching * Remove kwarg * Run on 3.8 and 3.12 * Test patch * bump up timeout * deprecates python 3.8 * pre-commit * fix importlib import * adds importlib_resources dependency * bump cache version * fix CI * revert docs to 5.0 * remove secrets dupe * fix formatting * updates Pipfile.lock * fix docs versions * restricts 3.13 * undo importlib_resources * revert pandas changes * revert importlib_resources * bump cache * pre-commit --------- Co-authored-by: BryanFauble <[email protected]>
- Loading branch information
1 parent
97085de
commit 47e8709
Showing
8 changed files
with
86 additions
and
382 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,9 +36,9 @@ or by sending an email to [[email protected]](mailto:python | |
Installation | ||
------------ | ||
|
||
The Python Synapse client has been tested on 3.8, 3.9, 3.10 and 3.11 on Mac OS X, Ubuntu Linux and Windows. | ||
The Python Synapse client has been tested on versions 3.9, 3.10, 3.11 and 3.12 on Mac OS X, Ubuntu Linux and Windows. | ||
|
||
**Starting from Synapse Python client version 3.0, Synapse Python client requires Python >= 3.8** | ||
**Starting from Synapse Python client version 3.0, Synapse Python client requires Python >= 3.9** | ||
|
||
### Install using pip | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters