We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d5a482 commit 23bd011Copy full SHA for 23bd011
1 file changed
.github/workflows/integration-test.yml
@@ -17,7 +17,7 @@ jobs:
17
strategy:
18
fail-fast: false
19
matrix:
20
- python: ["3.11", "3.12"]
+ python: ["3.12", "3.13"]
21
package:
22
# extras should be a comma seperated list of strings, like `extras: "lazy,accelerated"`
23
# The 'test' extra is always installed
0 commit comments