GitHub Actions: Add Python 3.14t to the testing by cclauss · Pull Request #1042 · encode/httpcore
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 148
Open
GitHub Actions: Add Python 3.14t to the testing#1042
cclauss wants to merge 1 commit intoencode:masterfrom
GitHub Actions: Add Python 3.14t to the testing#1042
cclauss wants to merge 1 commit intoencode:masterfrom
Conversation
Copy link
Contributor
Python 3.14 (the π version) was released today.
- https://www.python.org/downloads/release/python-3140/
- https://github.com/actions/python-versions/releases
Installing numpy v1 (1.26.4) fails on Python 3.14t. -- https://pypi.org/project/numpy
% uvx --python=3.14 numpy=="1.*" --version # Fails.
--> Upgrade matpotlib
Free-threaded Python 3.14t is blocked by:
-
Modernize ci python-hyper/brotlicffi#205 - Support Py_GIL_DISABLED python-hyper/brotlicffi#206 REVERTED
- A release of https://pypi.org/project/brotlicffi >
1.1.0.01.2.0.0
Summary
Checklist
- I understand that this PR may be closed in case there was no previous discussion. (This doesn't apply to typos!)
- I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
- I've updated the documentation accordingly.
cclauss
force-pushed
the
patch-4
branch
4 times, most recently
from
f67a583 to
8cdbe45
Compare
Python 3.14 (the π version) was released today. https://www.python.org/downloads/release/python-3140/ https://github.com/actions/python-versions/releases
cclauss
force-pushed
the
patch-4
branch
from
420938f to
165221f
Compare
cclauss
mentioned this pull request
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment