Skip to content

Commit 6cd30e1

Browse files
committed
Add python 3.13 to test matrix
1 parent eac0723 commit 6cd30e1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
12+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13-dev']
1313

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

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,3 +39,4 @@ python =
3939
3.10: test
4040
3.11: test
4141
3.12: test, lint
42+
3.13: test, lint

0 commit comments

Comments
 (0)