Pyramid 2.1 has been released.
Notably this release:
- Adds support for newer Python versions including 3.12, 3.13, and 3.14.
- Constrains setuptools < 82 so that users don't need to do it manually themselves while we continue working to remove the dependency entirely in the future.
Again, I want to take a moment to appreciate that some of the work on getting this release out the door was generously sponsored by pyfidelity UG via Florian Schulz (
fsch...@pyfidelity.com), maintainer of devpi. Thank you!
The full changelog is here:
What's New In Pyramid 2.1:
2.1 release documentation:
You can install it via PyPI:
pip install Pyramid==2.1
Enjoy, and please report any issues you find to the issue tracker at
Thanks!
- Pyramid core developers