We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f94d17 commit e58d0d6Copy full SHA for e58d0d6
1 file changed
.github/workflows/ci.yml
@@ -24,12 +24,10 @@ jobs:
24
fail-fast: false
25
matrix:
26
os: [macos, ubuntu, windows]
27
- python-version: ["3.13"]
+ python-version: ["3.12"]
28
include:
29
- os: ubuntu
30
python-version: "3.11"
31
- - os: ubuntu
32
- python-version: "3.12"
33
steps:
34
- name: Checkout
35
uses: actions/checkout@v4
@@ -62,7 +60,7 @@ jobs:
62
60
63
61
64
65
66
67
68
0 commit comments