Skip to content

Commit e762544

Browse files
test on py3.13
1 parent b4ef2e0 commit e762544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
python-version: [ '3.11', '3.12' ]
9+
python-version: [ '3.11', '3.12', '3.13' ]
1010
name: Python ${{ matrix.python-version }} tests
1111
steps:
1212
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)