We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f98edf4 commit f227785Copy full SHA for f227785
1 file changed
.github/workflows/tests.yml
@@ -25,17 +25,10 @@ jobs:
25
strategy:
26
fail-fast: false
27
matrix:
28
- os: ["windows-latest", "ubuntu-latest", "macos-14"]
+ os: ["windows-latest", "ubuntu-latest", "macos-latest"]
29
environment: ["3.10", "3.11", "3.12", "3.13"]
30
extra: [null]
31
array-expr: ["false"]
32
- exclude:
33
- - os: "macos-14"
34
- environment: "3.10"
35
36
- environment: "3.11"
37
38
- environment: "3.13"
39
include:
40
# Minimum dependencies
41
- os: "ubuntu-latest"
0 commit comments