We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 618f7bc commit e6f5779Copy full SHA for e6f5779
1 file changed
.github/workflows/run_tests.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-24.04
14
strategy:
15
matrix:
16
- python-version: ['3.12']
+ python-version: ['3.12', '3.13']
17
18
steps:
19
- uses: actions/checkout@v4
0 commit comments