**Is your feature request related to a problem? Please describe.** [Here](https://github.com/biocommons/biocommons.github.io/blob/c1ac95dcf2b290ddd546af8e22132b1c0297de51/docs/contributing/coding-guidelines.md#other) 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://devguide.python.org/versions/#supported-versions): 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
Is your feature request related to a problem? Please describe.
Here the biocommons site says:
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