biocommons / biocommons.example

Template for new biocommons packages, and source of configuration for periodic updates to derived packages
1 stars 1 forks source link

Update supported python versions #38

Closed korikuzma closed 1 day ago

korikuzma commented 5 months ago

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: https://github.com/biocommons/biocommons.example/blob/4b0e4bf44788f30b385eeef32dd5a63410f47b44/pyproject.toml#L12-L14 https://github.com/biocommons/biocommons.example/blob/4b0e4bf44788f30b385eeef32dd5a63410f47b44/.github/workflows/python-package.yml#L53

Describe alternatives you've considered None

Additional context None

github-actions[bot] commented 6 days ago

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.

korikuzma commented 6 days ago

This has an open PR #42