GenomicMedLab / software-templates

Cookiecutter templates for lab software projects
MIT License
0 stars 0 forks source link

update supported python versions #65

Closed korikuzma closed 1 week ago

korikuzma commented 2 weeks ago

Feature description

We should support Python 3.11, 3.12, and 3.13 since 3.13 is now a supported version

Use case

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

Acceptance Criteria

Given I am using the software templates When I use the Python template in my project Then my project must support the latest 3 stable Python versions (3.11-3.13)

Proposed solution

No response

Alternatives considered

No response

Implementation details

No response

Potential Impact

We'll want to wait for bug fixes and deps to support 3.13 (at least when we update downstream repos)

https://github.com/GenomicMedLab/software-templates/blob/main/.github/workflows/update-python.yaml will run on the first of Jan. We may want to update the template before then?

Additional context

No response

Contribution

None