Skip to content

Commit 055631e

Browse files
authored
Merge pull request #22 from wband/wband-patch-1
Remove Python 3.9 and 3.10 from workflow matrix
2 parents 9fa3a08 + b7dc18e commit 055631e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
33+
python-version: ["3.11", "3.12", "3.13"]
3434

3535
steps:
3636
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)