We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a60e24a commit 960538aCopy full SHA for 960538a
.github/workflows/tests.yaml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- os: [ubuntu-latest, windows-latest, macos-latest]
+ os: [ubuntu-22.04, windows-latest, macos-latest]
12
python-version: ["3.7.17", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
13
exclude:
14
- os: macos-latest
0 commit comments