We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bff02e3 commit ecf091cCopy full SHA for ecf091c
1 file changed
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
fail-fast: false
13
matrix:
14
- python-version: ["3.11", "3.12"]
+ python-version: ["3.11", "3.12", "3.13"]
15
os: [ubuntu-22.04] # windows-latest , macos-latest
16
runs-on: ${{ matrix.os }}
17
steps:
0 commit comments