diff --git a/CHANGELOG.md b/CHANGELOG.md index 0572979..c6e6bf1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## Version 0.3.2 +- Python 3.9 has reached its EOL, Update GitHub actions to run from 3.10 - 3.14. + ## Version 0.3.0 - 0.3.1 - Use Trusted publisher workflow to publish packages to PyPI. diff --git a/src/biocsetup/templates/github_workflows/run-tests.yml b/src/biocsetup/templates/github_workflows/run-tests.yml index eb2b259..e0f247d 100644 --- a/src/biocsetup/templates/github_workflows/run-tests.yml +++ b/src/biocsetup/templates/github_workflows/run-tests.yml @@ -28,7 +28,7 @@ jobs: test: strategy: matrix: - python: ["3.9", "3.10", "3.11", "3.12", "3.13"] + python: ["3.10", "3.11", "3.12", "3.13", "3.14"] platform: - ubuntu-latest - macos-latest