-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
add free-threading CI for Python 3.14 #11466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
779bd3c
add 3.14t CI
kumaraditya303 8d68c71
lint
kumaraditya303 8ea3f30
lint
kumaraditya303 0442242
revert back to simpler if
kumaraditya303 a533f35
add news
kumaraditya303 83168c8
fix normal builds
kumaraditya303 fb06047
use dependency groups
kumaraditya303 15d263b
Merge branch 'master' into ft2
kumaraditya303 359fbc5
Apply suggestions from code review
bdraco File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 @@ | ||
| Added free-threading CI job for CPython 3.14 -- by :user:`kumaraditya303`. |
This file contains hidden or 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,3 @@ | ||
| -r runtime-deps.in | ||
|
|
||
| gunicorn |
This file contains hidden or 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,48 @@ | ||
| # | ||
| # This file is autogenerated by pip-compile with Python 3.10 | ||
| # by the following command: | ||
| # | ||
| # pip-compile --allow-unsafe --output-file=requirements/base-ft.txt --strip-extras requirements/base-ft.in | ||
| # | ||
| aiodns==3.5.0 | ||
| # via -r requirements/runtime-deps.in | ||
| aiohappyeyeballs==2.6.1 | ||
| # via -r requirements/runtime-deps.in | ||
| aiosignal==1.4.0 | ||
| # via -r requirements/runtime-deps.in | ||
| async-timeout==5.0.1 ; python_version < "3.11" | ||
| # via -r requirements/runtime-deps.in | ||
| brotli==1.1.0 ; platform_python_implementation == "CPython" | ||
| # via -r requirements/runtime-deps.in | ||
| cffi==2.0.0 | ||
| # via pycares | ||
| frozenlist==1.7.0 | ||
| # via | ||
| # -r requirements/runtime-deps.in | ||
| # aiosignal | ||
| gunicorn==23.0.0 | ||
| # via -r requirements/base-ft.in | ||
| idna==3.10 | ||
| # via yarl | ||
| multidict==6.6.4 | ||
| # via | ||
| # -r requirements/runtime-deps.in | ||
| # yarl | ||
| packaging==25.0 | ||
| # via gunicorn | ||
| propcache==0.3.2 | ||
| # via | ||
| # -r requirements/runtime-deps.in | ||
| # yarl | ||
| pycares==4.11.0 | ||
| # via aiodns | ||
| pycparser==2.23 | ||
| # via cffi | ||
| typing-extensions==4.15.0 | ||
| # via | ||
| # aiosignal | ||
| # multidict | ||
| yarl==1.20.1 | ||
| # via -r requirements/runtime-deps.in | ||
| zstandard==0.25.0 ; platform_python_implementation == "CPython" and python_version < "3.14" | ||
| # via -r requirements/runtime-deps.in |
This file contains hidden or 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,17 @@ | ||
| blockbuster | ||
| coverage | ||
| freezegun | ||
| isal; python_version < "3.14" # no wheel for 3.14 | ||
| mypy; implementation_name == "cpython" | ||
| pkgconfig | ||
| proxy.py >= 2.4.4rc5 | ||
| pytest | ||
| pytest-cov | ||
| pytest-mock | ||
| pytest-xdist | ||
| pytest_codspeed | ||
| python-on-whales | ||
| setuptools-git | ||
| trustme; platform_machine != "i686" # no 32-bit wheels | ||
| wait-for-it | ||
| zlib_ng |
This file contains hidden or 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,113 @@ | ||
| # | ||
| # This file is autogenerated by pip-compile with Python 3.10 | ||
| # by the following command: | ||
| # | ||
| # pip-compile --allow-unsafe --output-file=requirements/test-common.txt --strip-extras requirements/test-common.in | ||
| # | ||
| annotated-types==0.7.0 | ||
| # via pydantic | ||
| blockbuster==1.5.25 | ||
| # via -r requirements/test-common.in | ||
| cffi==2.0.0 | ||
| # via | ||
| # cryptography | ||
| # pytest-codspeed | ||
| click==8.2.1 | ||
| # via wait-for-it | ||
| coverage==7.10.6 | ||
| # via | ||
| # -r requirements/test-common.in | ||
| # pytest-cov | ||
| cryptography==46.0.1 | ||
| # via trustme | ||
| exceptiongroup==1.3.0 | ||
| # via pytest | ||
| execnet==2.1.1 | ||
| # via pytest-xdist | ||
| forbiddenfruit==0.1.4 | ||
| # via blockbuster | ||
| freezegun==1.5.5 | ||
| # via -r requirements/test-common.in | ||
| idna==3.10 | ||
| # via trustme | ||
| iniconfig==2.1.0 | ||
| # via pytest | ||
| isal==1.8.0 ; python_version < "3.14" | ||
| # via -r requirements/test-common.in | ||
| markdown-it-py==4.0.0 | ||
| # via rich | ||
| mdurl==0.1.2 | ||
| # via markdown-it-py | ||
| mypy==1.18.1 ; implementation_name == "cpython" | ||
| # via -r requirements/test-common.in | ||
| mypy-extensions==1.1.0 | ||
| # via mypy | ||
| packaging==25.0 | ||
| # via pytest | ||
| pathspec==0.12.1 | ||
| # via mypy | ||
| pkgconfig==1.5.5 | ||
| # via -r requirements/test-common.in | ||
| pluggy==1.6.0 | ||
| # via | ||
| # pytest | ||
| # pytest-cov | ||
| proxy-py==2.4.10 | ||
| # via -r requirements/test-common.in | ||
| pycparser==2.23 | ||
| # via cffi | ||
| pydantic==2.12.0a1 | ||
| # via python-on-whales | ||
| pydantic-core==2.37.2 | ||
| # via pydantic | ||
| pygments==2.19.2 | ||
| # via | ||
| # pytest | ||
| # rich | ||
| pytest==8.4.2 | ||
| # via | ||
| # -r requirements/test-common.in | ||
| # pytest-codspeed | ||
| # pytest-cov | ||
| # pytest-mock | ||
| # pytest-xdist | ||
| pytest-codspeed==4.0.0 | ||
| # via -r requirements/test-common.in | ||
| pytest-cov==7.0.0 | ||
| # via -r requirements/test-common.in | ||
| pytest-mock==3.15.1 | ||
| # via -r requirements/test-common.in | ||
| pytest-xdist==3.8.0 | ||
| # via -r requirements/test-common.in | ||
| python-dateutil==2.9.0.post0 | ||
| # via freezegun | ||
| python-on-whales==0.78.0 | ||
| # via -r requirements/test-common.in | ||
| rich==14.1.0 | ||
| # via pytest-codspeed | ||
| setuptools-git==1.2 | ||
| # via -r requirements/test-common.in | ||
| six==1.17.0 | ||
| # via python-dateutil | ||
| tomli==2.2.1 | ||
| # via | ||
| # coverage | ||
| # mypy | ||
| # pytest | ||
| trustme==1.2.1 ; platform_machine != "i686" | ||
| # via -r requirements/test-common.in | ||
| typing-extensions==4.15.0 | ||
| # via | ||
| # cryptography | ||
| # exceptiongroup | ||
| # mypy | ||
| # pydantic | ||
| # pydantic-core | ||
| # python-on-whales | ||
| # typing-inspection | ||
| typing-inspection==0.4.1 | ||
| # via pydantic | ||
| wait-for-it==2.3.0 | ||
| # via -r requirements/test-common.in | ||
| zlib-ng==1.0.0 | ||
| # via -r requirements/test-common.in |
|
kumaraditya303 marked this conversation as resolved.
|
This file contains hidden or 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,2 @@ | ||
| -r base-ft.in | ||
| -r test-common.in |
This file contains hidden or 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,150 @@ | ||
| # | ||
| # This file is autogenerated by pip-compile with Python 3.10 | ||
| # by the following command: | ||
| # | ||
| # pip-compile --allow-unsafe --output-file=requirements/test-ft.txt --strip-extras requirements/test-ft.in | ||
| # | ||
| aiodns==3.5.0 | ||
| # via -r requirements/runtime-deps.in | ||
| aiohappyeyeballs==2.6.1 | ||
| # via -r requirements/runtime-deps.in | ||
| aiosignal==1.4.0 | ||
| # via -r requirements/runtime-deps.in | ||
| annotated-types==0.7.0 | ||
| # via pydantic | ||
| async-timeout==5.0.1 ; python_version < "3.11" | ||
| # via -r requirements/runtime-deps.in | ||
| blockbuster==1.5.25 | ||
| # via -r requirements/test-common.in | ||
| brotli==1.1.0 ; platform_python_implementation == "CPython" | ||
| # via -r requirements/runtime-deps.in | ||
| cffi==2.0.0 | ||
| # via | ||
| # cryptography | ||
| # pycares | ||
| # pytest-codspeed | ||
| click==8.2.1 | ||
| # via wait-for-it | ||
| coverage==7.10.6 | ||
| # via | ||
| # -r requirements/test-common.in | ||
| # pytest-cov | ||
| cryptography==46.0.1 | ||
| # via trustme | ||
| exceptiongroup==1.3.0 | ||
| # via pytest | ||
| execnet==2.1.1 | ||
| # via pytest-xdist | ||
| forbiddenfruit==0.1.4 | ||
| # via blockbuster | ||
| freezegun==1.5.5 | ||
| # via -r requirements/test-common.in | ||
| frozenlist==1.7.0 | ||
| # via | ||
| # -r requirements/runtime-deps.in | ||
| # aiosignal | ||
| gunicorn==23.0.0 | ||
| # via -r requirements/base-ft.in | ||
| idna==3.10 | ||
| # via | ||
| # trustme | ||
| # yarl | ||
| iniconfig==2.1.0 | ||
| # via pytest | ||
| isal==1.8.0 ; python_version < "3.14" | ||
| # via -r requirements/test-common.in | ||
| markdown-it-py==4.0.0 | ||
| # via rich | ||
| mdurl==0.1.2 | ||
| # via markdown-it-py | ||
| multidict==6.6.4 | ||
| # via | ||
| # -r requirements/runtime-deps.in | ||
| # yarl | ||
| mypy==1.18.1 ; implementation_name == "cpython" | ||
| # via -r requirements/test-common.in | ||
| mypy-extensions==1.1.0 | ||
| # via mypy | ||
| packaging==25.0 | ||
| # via | ||
| # gunicorn | ||
| # pytest | ||
| pathspec==0.12.1 | ||
| # via mypy | ||
| pkgconfig==1.5.5 | ||
| # via -r requirements/test-common.in | ||
| pluggy==1.6.0 | ||
| # via | ||
| # pytest | ||
| # pytest-cov | ||
| propcache==0.3.2 | ||
| # via | ||
| # -r requirements/runtime-deps.in | ||
| # yarl | ||
| proxy-py==2.4.10 | ||
| # via -r requirements/test-common.in | ||
| pycares==4.11.0 | ||
| # via aiodns | ||
| pycparser==2.23 | ||
| # via cffi | ||
| pydantic==2.12.0a1 | ||
| # via python-on-whales | ||
| pydantic-core==2.37.2 | ||
| # via pydantic | ||
| pygments==2.19.2 | ||
| # via | ||
| # pytest | ||
| # rich | ||
| pytest==8.4.2 | ||
| # via | ||
| # -r requirements/test-common.in | ||
| # pytest-codspeed | ||
| # pytest-cov | ||
| # pytest-mock | ||
| # pytest-xdist | ||
| pytest-codspeed==4.0.0 | ||
| # via -r requirements/test-common.in | ||
| pytest-cov==7.0.0 | ||
| # via -r requirements/test-common.in | ||
| pytest-mock==3.15.1 | ||
| # via -r requirements/test-common.in | ||
| pytest-xdist==3.8.0 | ||
| # via -r requirements/test-common.in | ||
| python-dateutil==2.9.0.post0 | ||
| # via freezegun | ||
| python-on-whales==0.78.0 | ||
| # via -r requirements/test-common.in | ||
| rich==14.1.0 | ||
| # via pytest-codspeed | ||
| setuptools-git==1.2 | ||
| # via -r requirements/test-common.in | ||
| six==1.17.0 | ||
| # via python-dateutil | ||
| tomli==2.2.1 | ||
| # via | ||
| # coverage | ||
| # mypy | ||
| # pytest | ||
| trustme==1.2.1 ; platform_machine != "i686" | ||
| # via -r requirements/test-common.in | ||
| typing-extensions==4.15.0 | ||
| # via | ||
| # aiosignal | ||
| # cryptography | ||
| # exceptiongroup | ||
| # multidict | ||
| # mypy | ||
| # pydantic | ||
| # pydantic-core | ||
| # python-on-whales | ||
| # typing-inspection | ||
| typing-inspection==0.4.1 | ||
| # via pydantic | ||
| wait-for-it==2.3.0 | ||
| # via -r requirements/test-common.in | ||
| yarl==1.20.1 | ||
| # via -r requirements/runtime-deps.in | ||
| zlib-ng==1.0.0 | ||
| # via -r requirements/test-common.in | ||
| zstandard==0.25.0 ; platform_python_implementation == "CPython" and python_version < "3.14" | ||
| # via -r requirements/runtime-deps.in |
This file contains hidden or 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,19 +1,2 @@ | ||
| -r base.in | ||
|
|
||
| blockbuster | ||
| coverage | ||
| freezegun | ||
| isal; python_version < "3.14" # no wheel for 3.14 | ||
| mypy; implementation_name == "cpython" | ||
| pkgconfig | ||
| proxy.py >= 2.4.4rc5 | ||
| pytest | ||
| pytest-cov | ||
| pytest-mock | ||
| pytest-xdist | ||
| pytest_codspeed | ||
| python-on-whales | ||
| setuptools-git | ||
| trustme; platform_machine != "i686" # no 32-bit wheels | ||
| wait-for-it | ||
| zlib_ng | ||
| -r test-common.in |
This file contains hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.