We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b0a402 commit 56da533Copy full SHA for 56da533
.github/workflows/test-package.yml
@@ -45,7 +45,7 @@ jobs:
45
strategy:
46
fail-fast: false
47
matrix:
48
- python-version: ["3.12"]
+ python-version: ["3.12", "3.13", "3.14"]
49
50
steps:
51
- uses: actions/checkout@v3
0 commit comments