Browse Source

add test for 3.13

pull/972/head
Tobias Bruckert 2 weeks ago
committed by GitHub
parent
commit
7599fd0537
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/test.yml

+ 1
- 1
.github/workflows/test.yml View File

@@ -18,7 +18,7 @@ jobs:
test:
strategy:
matrix:
python: ["3.9", "3.10", "3.11", "3.12"]
python: ["3.9", "3.10", "3.11", "3.12", "3.13"]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4


Loading…
Cancel
Save