swansonk14 / typed-argument-parser

Typed argument parser for Python
MIT License
494 stars 40 forks source link

Declare support for (and test with) Python 3.12 #122

Closed AlexWaygood closed 10 months ago

AlexWaygood commented 10 months ago

Hi! This PR adds Python 3.12 to the tests.yml workflow, and declares in setup.py that the project supports Python 3.12.

All of the project's tests pass on Python 3.12 -- there are a few new DeprecationWarnings from some of the project's dependencies, but nothing that tap needs to worry about, I don't think.

swansonk14 commented 10 months ago

@AlexWaygood,

Thank you for this PR! It looks great so we went ahead and merged it.

Best, JK