-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #16796 from tuncK/py3_12
Add support for Python 3.12
- Loading branch information
Showing
40 changed files
with
468 additions
and
425 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
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
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.
Large diffs are not rendered by default.
Oops, something went wrong.
42 changes: 22 additions & 20 deletions
42
lib/galaxy/dependencies/pinned-typecheck-requirements.txt
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,21 +1,23 @@ | ||
cffi==1.16.0 ; python_version >= "3.8" and python_version < "3.12" | ||
cryptography==41.0.7 ; python_version >= "3.8" and python_version < "3.12" | ||
mypy-extensions==1.0.0 ; python_version >= "3.8" and python_version < "3.12" | ||
mypy==1.8.0 ; python_version >= "3.8" and python_version < "3.12" | ||
pycparser==2.21 ; python_version >= "3.8" and python_version < "3.12" | ||
pydantic==2.5.3 ; python_version >= "3.8" and python_version < "3.12" | ||
annotated-types==0.6.0 ; python_version >= "3.8" and python_version < "3.13" | ||
cffi==1.16.0 ; python_version >= "3.8" and python_version < "3.13" | ||
cryptography==41.0.7 ; python_version >= "3.8" and python_version < "3.13" | ||
mypy-extensions==1.0.0 ; python_version >= "3.8" and python_version < "3.13" | ||
mypy==1.8.0 ; python_version >= "3.8" and python_version < "3.13" | ||
pycparser==2.21 ; python_version >= "3.8" and python_version < "3.13" | ||
pydantic-core==2.14.6 ; python_version >= "3.8" and python_version < "3.13" | ||
pydantic==2.5.3 ; python_version >= "3.8" and python_version < "3.13" | ||
tomli==2.0.1 ; python_version >= "3.8" and python_version < "3.11" | ||
types-bleach==6.1.0.1 ; python_version >= "3.8" and python_version < "3.12" | ||
types-boto==2.49.18.9 ; python_version >= "3.8" and python_version < "3.12" | ||
types-contextvars==2.4.7.3 ; python_version >= "3.8" and python_version < "3.12" | ||
types-dataclasses==0.6.6 ; python_version >= "3.8" and python_version < "3.12" | ||
types-docutils==0.20.0.20240106 ; python_version >= "3.8" and python_version < "3.12" | ||
types-markdown==3.5.0.20240106 ; python_version >= "3.8" and python_version < "3.12" | ||
types-paramiko==3.4.0.20240106 ; python_version >= "3.8" and python_version < "3.12" | ||
types-pkg-resources==0.1.3 ; python_version >= "3.8" and python_version < "3.12" | ||
types-python-dateutil==2.8.19.20240106 ; python_version >= "3.8" and python_version < "3.12" | ||
types-pyyaml==6.0.12.12 ; python_version >= "3.8" and python_version < "3.12" | ||
types-requests==2.31.0.6 ; python_version >= "3.8" and python_version < "3.12" | ||
types-six==1.16.21.20240106 ; python_version >= "3.8" and python_version < "3.12" | ||
types-urllib3==1.26.25.14 ; python_version >= "3.8" and python_version < "3.12" | ||
typing-extensions==4.9.0 ; python_version >= "3.8" and python_version < "3.12" | ||
types-bleach==6.1.0.1 ; python_version >= "3.8" and python_version < "3.13" | ||
types-boto==2.49.18.9 ; python_version >= "3.8" and python_version < "3.13" | ||
types-contextvars==2.4.7.3 ; python_version >= "3.8" and python_version < "3.13" | ||
types-dataclasses==0.6.6 ; python_version >= "3.8" and python_version < "3.13" | ||
types-docutils==0.20.0.20240106 ; python_version >= "3.8" and python_version < "3.13" | ||
types-markdown==3.5.0.20240106 ; python_version >= "3.8" and python_version < "3.13" | ||
types-paramiko==3.4.0.20240106 ; python_version >= "3.8" and python_version < "3.13" | ||
types-pkg-resources==0.1.3 ; python_version >= "3.8" and python_version < "3.13" | ||
types-python-dateutil==2.8.19.20240106 ; python_version >= "3.8" and python_version < "3.13" | ||
types-pyyaml==6.0.12.12 ; python_version >= "3.8" and python_version < "3.13" | ||
types-requests==2.31.0.6 ; python_version >= "3.8" and python_version < "3.13" | ||
types-six==1.16.21.20240106 ; python_version >= "3.8" and python_version < "3.13" | ||
types-urllib3==1.26.25.14 ; python_version >= "3.8" and python_version < "3.13" | ||
typing-extensions==4.9.0 ; python_version >= "3.8" and python_version < "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
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
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
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
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
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
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
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
Oops, something went wrong.