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

Update supported python versions #38

Open
korikuzma opened this issue Jan 23, 2024 · 0 comments · May be fixed by #42
Open

Update supported python versions #38

korikuzma opened this issue Jan 23, 2024 · 0 comments · May be fixed by #42
Assignees

Comments

@korikuzma
Copy link

Is your feature request related to a problem? Please describe.
Here the biocommons site says:

We support most recent 3 Python releases; https://devguide.python.org/versions/

3.9, 3.10, 3.11 now
drop 3.9 and add 3.12 when 3.12 is available

Describe the solution you'd like
The following should be changed to use python 3.10, 3.11, and 3.12 since 3.12 is now a supported version:

"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",

python-version: ["3.9", "3.10", "3.11"]

Describe alternatives you've considered
None

Additional context
None

@korikuzma korikuzma self-assigned this Apr 2, 2024
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

Successfully merging a pull request may close this issue.

1 participant