Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0b5dca7

Browse filesBrowse files
committed
Slighty reorganize matrix include: for clarity
1 parent e340d1c commit 0b5dca7
Copy full SHA for 0b5dca7

File tree

1 file changed

+5
-2
lines changed
Filter options

1 file changed

+5
-2
lines changed

‎.github/workflows/pythonpackage.yml

Copy file name to clipboardExpand all lines: .github/workflows/pythonpackage.yml
+5-2Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,17 @@ jobs:
2020
- os-type: windows
2121
python-version: "3.13" # FIXME: Fix and enable Python 3.13 on Windows (#1955).
2222
include:
23+
# Defaults, added to all automatically generated jobs.
2324
- os-ver: latest
25+
- experimental: false
26+
# Customized jobs.
2427
- os-type: ubuntu
2528
python-version: "3.7"
2629
os-ver: "22.04"
27-
- experimental: false
30+
experimental: false
2831
- os-type: windows
2932
python-version: "3.13"
30-
os-ver: latest # Somehow the fallback (`- os-ver: latest` by itself) no longer covers this.
33+
os-ver: latest
3134
experimental: true
3235

3336
fail-fast: false

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.