python / devguide

The Python developer's guide
https://devguide.python.org/
Creative Commons Zero v1.0 Universal
1.88k stars 786 forks source link

Restore support for Python 3.10 to build #1436

Closed zware closed 1 month ago

zware commented 1 month ago

/usr/bin/python3 is still 3.10 in some widely-used distros and the support requirement is not onerous, needing only to use a longer-lived alias for the same object (assert datetime.UTC is datetime.timezone.utc holds where both exist).

See also #1097, #1107.


📚 Documentation preview 📚: https://cpython-devguide--1436.org.readthedocs.build/