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 56a8358 commit a8e25c1Copy full SHA for a8e25c1
1 file changed
.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", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
13
exclude:
14
- os: macos-latest
0 commit comments