ilevkivskyi / typing_inspect

Runtime inspection utilities for Python typing module
MIT License
349 stars 35 forks source link

Add support for Python 3.12 and 3.13 #105

Closed hugovk closed 2 months ago

hugovk commented 1 year ago

The third 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 on Monday: 2023-10-02.

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

hugovk commented 2 months ago

The Python 3.13 release candidate is out now! :rocket:

The Release Manager has issued a call to action:

We strongly encourage maintainers of third-party Python projects to prepare their projects for 3.13 compatibilities during this phase, and where necessary publish Python 3.13 wheels on PyPI to be ready for the final release of 3.13.0. Any binary wheels built against Python 3.13.0rc1 will work with future versions of Python 3.13. As always, report any issues to the Python bug tracker.

ilevkivskyi commented 2 months ago

Oh well, it looks like it's time to remove support for 3.5 :-)

ilevkivskyi commented 2 months ago

Thanks @hugovk!