-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for Pythons 3.12 and 3.13
* Fix deserialization code to use a dedicated namespace instead of `locals`, due to new strictness from 3.13 * Bump GIM and `globus-compute-common` to versions that officially support 3.12 and 3.13 * globusonline/globus-identity-mapping#25 * globus/globus-compute-common#135 * Update test matrices in `tox.ini`s and `ci.yaml`
- Loading branch information
1 parent
2de8ef9
commit 2bbebdc
Showing
7 changed files
with
18 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
New Functionality | ||
^^^^^^^^^^^^^^^^^ | ||
|
||
- The ``globus-compute-sdk`` and ``globus-compute-endpoint`` packages now support | ||
Python versions 3.12 and 3.13. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[tox] | ||
envlist = py{311,310,39} | ||
envlist = py{313,312,311,310,39} | ||
skip_missing_interpreters = true | ||
|
||
[testenv] | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
[tox] | ||
envlist = py{311,310,39} | ||
envlist = py{313,312,311,310,39} | ||
skip_missing_interpreters = true | ||
|
||
[testenv] | ||
|