We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e5984 commit b9ff5f2Copy full SHA for b9ff5f2
.github/workflows/ci-testing.yml
@@ -21,7 +21,7 @@ jobs:
21
os: ["ubuntu-latest"]
22
python-version: ["3.10", "3.11", "3.12"]
23
include:
24
- # - { os: "macos-latest", python-version: "3.12" }
+ - { os: "macos-latest", python-version: "3.12" }
25
- { os: "windows-latest", python-version: "3.11" }
26
- { os: "ubuntu-22.04", python-version: "3.10", requires: "oldest" }
27
0 commit comments