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.
2 parents 34a4295 + 00bfc4b commit 9e9e94dCopy full SHA for 9e9e94d
.github/workflows/_test.yml
@@ -8,13 +8,19 @@ jobs:
8
test:
9
strategy:
10
fail-fast: false
11
- # Run tests on each OS/Python combination
12
matrix:
+ # Run tests once on each supported Python
13
python-version: ["3.8", "3.9", "3.10", "3.11"]
14
- os: [ubuntu-latest, macos-latest, windows-latest]
+ os: [ubuntu-latest]
15
toxenv: [py]
16
-
17
include:
+ # Run macOS, Windows and "special" tests on latest Python version only
18
+ - python-version: "3.11"
19
+ os: macos-latest
20
+ toxenv: py
21
22
+ os: windows-latest
23
24
- python-version: "3.11"
25
os: ubuntu-latest
26
toxenv: purepy311
0 commit comments