Skip to content

Commit 8c70eb6

Browse files
committed
workflow python version bump
1 parent 3e4d31e commit 8c70eb6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
python-versions: ['3.12']
11+
python-versions: ['3.13']
1212

1313
steps:
1414
- uses: actions/checkout@v4

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
strategy:
1212
matrix:
13-
python-versions: ['3.12']
13+
python-versions: ['3.13']
1414

1515
steps:
1616
- uses: actions/checkout@v4
@@ -38,7 +38,7 @@ jobs:
3838

3939
strategy:
4040
matrix:
41-
python-versions: ['3.9', '3.10', '3.11', '3.12', '3.13']
41+
python-versions: ['3.10', '3.11', '3.12', '3.13', '3.14']
4242

4343
steps:
4444
- uses: actions/checkout@v4
@@ -65,7 +65,7 @@ jobs:
6565

6666
strategy:
6767
matrix:
68-
python-versions: ['3.9', '3.10', '3.11', '3.12', '3.13']
68+
python-versions: ['3.10', '3.11', '3.12', '3.13', '3.14']
6969

7070
steps:
7171
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)