Skip to content

Commit 0d99de7

Browse files
committed
py3.13
1 parent 124356b commit 0d99de7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/regression_suite.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
max-parallel: 4
1414
fail-fast: false
1515
matrix:
16-
python-version: ['3.9', '3.10', '3.11', '3.12']
16+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1717
runs-on: ubuntu-latest
1818
steps:
1919

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
python-version: ['3.9', '3.10', '3.11', '3.12']
17+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1818
runs-on: ubuntu-latest
1919
steps:
2020
- name: Check out repository
@@ -47,7 +47,7 @@ jobs:
4747
strategy:
4848
max-parallel: 4
4949
matrix:
50-
python-version: ['3.9', '3.10', '3.11', '3.12']
50+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
5151

5252
steps:
5353
- uses: actions/checkout@v3.5.3
@@ -89,7 +89,7 @@ jobs:
8989
strategy:
9090
max-parallel: 3
9191
matrix:
92-
python-version: ['3.9', '3.10', '3.11', '3.12']
92+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
9393

9494
steps:
9595
- uses: actions/checkout@v3.5.3

0 commit comments

Comments
 (0)