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

Closed
korikuzma opened this issue Jan 23, 2024 · 2 comments · Fixed by #42
Closed

Update supported python versions #38

korikuzma opened this issue Jan 23, 2024 · 2 comments · Fixed by #42
Assignees

Comments

@korikuzma
Copy link
Contributor

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

Copy link

github-actions bot commented Jul 1, 2024

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the stale Issue is stale and subject to automatic closing label Jul 1, 2024
@korikuzma korikuzma removed the stale Issue is stale and subject to automatic closing label Jul 1, 2024
@korikuzma
Copy link
Contributor Author

This has an open PR #42

@reece reece closed this as completed in #42 Jul 6, 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