sqlalchemy / mako

Mako Templates for Python
https://www.makotemplates.org
MIT License
353 stars 60 forks source link

Add support for Python 3.11 and 3.12 and drop EOL 3.7 #379

Closed hugovk closed 11 months ago

hugovk commented 11 months ago

The second Python 3.12 release candidate is out! :rocket:

Call to action

We strongly encourage maintainers of third-party Python projects to prepare their projects for 3.12 compatibilities during this phase, and where necessary publish Python 3.12 wheels on PyPI to be ready for the final release of 3.12.0.

Python 3.12.0 final is due out in two weeks: 2023-10-02.

See also https://dev.to/hugovk/help-test-python-312-beta-1508/


Python 3.7 is EOL and no longer receiving security updates (or any updates) from the core Python team.

version released eol
3.11 2022-10-24 2027-10-24
3.10 2021-10-04 2026-10-04
3.9 2020-10-05 2025-10-05
3.8 2019-10-14 2024-10-14
3.7 2018-06-26 2023-06-27

https://devguide.python.org/versions/

sqla-tester commented 11 months ago

New Gerrit review created for change 9f09d4c704ca540f4592d88968fb62609b88ee8f: https://gerrit.sqlalchemy.org/c/sqlalchemy/mako/+/4868

zzzeek commented 11 months ago

will call this 1.3.0 and I'll add a changelog entry

sqla-tester commented 11 months ago

mike bayer (zzzeek) wrote:

thank you!

View this in Gerrit at https://gerrit.sqlalchemy.org/c/sqlalchemy/mako/+/4868

sqla-tester commented 11 months ago

Gerrit review https://gerrit.sqlalchemy.org/c/sqlalchemy/mako/+/4868 has been merged. Congratulations! :)