Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python 3.12 #343

Closed
michaelkariv opened this issue Mar 2, 2024 · 2 comments
Closed

python 3.12 #343

michaelkariv opened this issue Mar 2, 2024 · 2 comments

Comments

@michaelkariv
Copy link

Python version 3.12 is not mentioned as supported on PyPi
My guess is that 3.12 was made GA chronologically after the latest release (4.0.0).
Am I correct? Should I expect any problems if my project is being migrated to 3.12?

@kurtmckee
Copy link
Contributor

#344 tests flask-cors against Python 3.12; the test suite passes across all tested Flask versions (1.x, 2.x, and 3.x).

Regarding what's mentioned on PyPI, that's simply a list of "trove classifiers" (in PyPI terminology) that were present in setup.py for whatever version you're currently looking at on PyPI (for example, the trove classifiers were different when flask-cors 3.0.10 was published).

flask-cors/setup.py

Lines 46 to 49 in 0b74401

'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',

@corydolphin
Copy link
Owner

Thanks Kurt! Updated the Trove classifier and tests run on Python 3.12. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants