httpcore icon indicating copy to clipboard operation
httpcore copied to clipboard

GitHub Actions: Add Python 3.14t to the testing

Open cclauss opened this issue 3 months ago • 0 comments

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:

  • [x] ~python-hyper/brotlicffi#205~
  • [ ] python-hyper/brotlicffi#206 REVERTED
  • [ ] A release of https://pypi.org/project/brotlicffi > ~1.1.0.0~ 1.2.0.0

Summary

Checklist

  • [x] 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 avatar Oct 07 '25 15:10 cclauss