Skip to content

Commit 57cb5c7

Browse files
authored
Python39 EOL: update templates for Github actions (#22)
1 parent 611eb97 commit 57cb5c7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## Version 0.3.2
4+
- Python 3.9 has reached its EOL, Update GitHub actions to run from 3.10 - 3.14.
5+
36
## Version 0.3.0 - 0.3.1
47

58
- Use Trusted publisher workflow to publish packages to PyPI.

src/biocsetup/templates/github_workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
test:
2929
strategy:
3030
matrix:
31-
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
31+
python: ["3.10", "3.11", "3.12", "3.13", "3.14"]
3232
platform:
3333
- ubuntu-latest
3434
- macos-latest

0 commit comments

Comments
 (0)