We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88b2c9 commit 76cc81dCopy full SHA for 76cc81d
.github/workflows/ci-tests.yml
@@ -26,7 +26,16 @@ jobs:
26
fail-fast: false
27
matrix:
28
session: ["tests", "doctests-docs", "doctests-api"]
29
- python-version: ["3.10", "3.11", "3.12", "3.13"]
+ python-version: "3.13"
30
+# include:
31
+# - session: "tests"
32
+# python-version: "3.10"
33
+# exclude:
34
+# - session: "doctests-docs"
35
+# python-version: ["3.10", "3.11", "3.12"]
36
+# - session: "doctests-api"
37
38
+
39
defaults:
40
run:
41
shell: bash -l {0}
0 commit comments