We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
include:
1 parent e340d1c commit 0b5dca7Copy full SHA for 0b5dca7
.github/workflows/pythonpackage.yml
@@ -20,14 +20,17 @@ jobs:
20
- os-type: windows
21
python-version: "3.13" # FIXME: Fix and enable Python 3.13 on Windows (#1955).
22
23
+ # Defaults, added to all automatically generated jobs.
24
- os-ver: latest
25
+ - experimental: false
26
+ # Customized jobs.
27
- os-type: ubuntu
28
python-version: "3.7"
29
os-ver: "22.04"
- - experimental: false
30
+ experimental: false
31
32
python-version: "3.13"
- os-ver: latest # Somehow the fallback (`- os-ver: latest` by itself) no longer covers this.
33
+ os-ver: latest
34
experimental: true
35
36
fail-fast: false
0 commit comments