We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d870e2a commit 642d669Copy full SHA for 642d669
1 file changed
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
strategy:
20
matrix:
21
- python: [3.10.11]
+ python: [3.12, 3.13]
22
23
steps:
24
- uses: actions/checkout@v4
0 commit comments