Skip to content

Updated supported python versions (3.12-3.14) #74

@korikuzma

Description

@korikuzma

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

We test and support at least the three most recent full Python
releases
at any point it time.
We might test and
advertise broader availability on a repo-by-repo basis. However, we never want current
development to be limited by a stale version of Python.

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

"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",

requires-python = ">=3.11"

And any other places in the repo

Describe alternatives you've considered
None

Additional context

Talked with @reece at the 10/13 biocommons dev collective meeting and agreed we should wait to do this until all repos are up-to-date with the latest template changes.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions