From a26295faadc04ccdbedbe3b0906f078ff041d450 Mon Sep 17 00:00:00 2001 From: Jayaram Kancherla Date: Mon, 27 Oct 2025 10:26:41 -0700 Subject: [PATCH] EOL for 3.9, include 3.14 --- CHANGELOG.md | 3 +++ src/biocsetup/templates/github_workflows/run-tests.yml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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