Pyramid 1.10.1 has been released. This is a very minor bugfix release fixing a regression in 1.10.
Expect Pyramid 2.x to support only Python 3+ (minor version to be determined). Pyramid's releases contain python_requires metadata which will cause pip and other compliant tools to install only the 1.x series on Python 2 without further version pinning.
The full changelog is here:
What's New In Pyramid 1.10:
1.10 release documentation (across all alphas and betas, as well as when it gets
to final release):
You can install it via PyPI:
pip install Pyramid==1.10.1
Enjoy, and please report any issues you find to the issue tracker at
Thanks!
- Pyramid core developers