Skip to content

Commit 1a6d990

Browse files
cclaussdefnull
authored andcommitted
Add Python 3.13 to the testing
1 parent cb36a7d commit 1a6d990

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run_tests.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ jobs:
55
build:
66
runs-on: ubuntu-latest
77
strategy:
8-
max-parallel: 5
8+
max-parallel: 6
99
matrix:
1010
python-version:
1111
- "3.8"
1212
- "3.9"
1313
- "3.10"
1414
- "3.11"
1515
- "3.12"
16+
- "3.13"
1617
steps:
1718
- uses: actions/checkout@v4
1819
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)