Skip to content

Commit 5c7e5d6

Browse files
committed
Remove unavailable Python versions
1 parent ea9a56f commit 5c7e5d6

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

.github/workflows/my_github_action.yml

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,23 @@ jobs:
2020
# - '3.2.5'
2121
# - '3.3.7'
2222
# - '3.4.10'
23-
- '3.5'
24-
- '3.6'
25-
- '3.7'
23+
# - '3.5' - not available on ubuntu-latest for x64
24+
# - '3.6' - not available on ubuntu-latest for x64
25+
# - '3.7' - not available on ubuntu-latest for x64
2626
- '3.8'
2727
- '3.9'
28-
- '3.9.0'
29-
- '3.9.1'
30-
- '3.9.2'
31-
- '3.9.3'
32-
- '3.9.4'
33-
- '3.9.5'
34-
- '3.9.6'
35-
- '3.9.7'
36-
- '3.9.8'
37-
- '3.9.9'
38-
- '3.9.10'
39-
- '3.9.11'
28+
# - '3.9.0' - not available on ubuntu-latest for x64
29+
# - '3.9.1' - not available on ubuntu-latest for x64
30+
# - '3.9.2' - not available on ubuntu-latest for x64
31+
# - '3.9.3' - not available on ubuntu-latest for x64
32+
# - '3.9.4' - not available on ubuntu-latest for x64
33+
# - '3.9.5' - not available on ubuntu-latest for x64
34+
# - '3.9.6' - not available on ubuntu-latest for x64
35+
# - '3.9.7' - not available on ubuntu-latest for x64
36+
# - '3.9.8' - not available on ubuntu-latest for x64
37+
# - '3.9.9' - not available on ubuntu-latest for x64
38+
# - '3.9.10' - not available on ubuntu-latest for x64
39+
# - '3.9.11' - not available on ubuntu-latest for x64
4040
- '3.9.12'
4141
- '3.9.13'
4242
- '3.9.14'
@@ -57,12 +57,12 @@ jobs:
5757
# - '3.10.0-beta.2'
5858
# - '3.10.0-beta.3'
5959
# - '3.10.0-beta.4'
60-
- '3.10.0-rc.1'
61-
- '3.10.0-rc.2'
62-
- '3.10.0'
63-
- '3.10.1'
64-
- '3.10.2'
65-
- '3.10.3'
60+
# - '3.10.0-rc.1' - not available on ubuntu-latest for x64
61+
# - '3.10.0-rc.2' - not available on ubuntu-latest for x64
62+
# - '3.10.0' - not available on ubuntu-latest for x64
63+
# - '3.10.1' - not available on ubuntu-latest for x64
64+
# - '3.10.2' - not available on ubuntu-latest for x64
65+
# - '3.10.3' - not available on ubuntu-latest for x64
6666
- '3.10.4'
6767
- '3.10.5'
6868
- '3.10.6'
@@ -82,14 +82,14 @@ jobs:
8282
# - '3.11.0-alpha.4'
8383
# - '3.11.0-alpha.5'
8484
# - '3.11.0-alpha.6'
85-
- '3.11.0-alpha.7'
86-
- '3.11.0-beta.1'
87-
- '3.11.0-beta.2'
88-
- '3.11.0-beta.3'
89-
- '3.11.0-beta.4'
90-
- '3.11.0-beta.5'
91-
- '3.11.0-rc.1'
92-
- '3.11.0-rc.2'
85+
# - '3.11.0-alpha.7' - not available on ubuntu-latest for x64
86+
# - '3.11.0-beta.1' - not available on ubuntu-latest for x64
87+
# - '3.11.0-beta.2' - not available on ubuntu-latest for x64
88+
# - '3.11.0-beta.3' - not available on ubuntu-latest for x64
89+
# - '3.11.0-beta.4' - not available on ubuntu-latest for x64
90+
# - '3.11.0-beta.5' - not available on ubuntu-latest for x64
91+
# - '3.11.0-rc.1' - not available on ubuntu-latest for x64
92+
# - '3.11.0-rc.2' - not available on ubuntu-latest for x64
9393
- '3.11.0'
9494
- '3.11.1'
9595
- '3.11.2'
@@ -128,12 +128,12 @@ jobs:
128128
- '3.12.7'
129129
- '3.12.8'
130130
- '3.12.9'
131-
- '3.13.0-alpha.1'
132-
- '3.13.0-alpha.2'
133-
- '3.13.0-alpha.3'
134-
- '3.13.0-alpha.4'
135-
- '3.13.0-alpha.5'
136-
- '3.13.0-alpha.6'
131+
# - '3.13.0-alpha.1' - not available on ubuntu-latest for x64
132+
# - '3.13.0-alpha.2' - not available on ubuntu-latest for x64
133+
# - '3.13.0-alpha.3' - not available on ubuntu-latest for x64
134+
# - '3.13.0-alpha.4' - not available on ubuntu-latest for x64
135+
# - '3.13.0-alpha.5' - not available on ubuntu-latest for x64
136+
# - '3.13.0-alpha.6' - not available on ubuntu-latest for x64
137137
- '3.13.0-beta.1'
138138
- '3.13.0-beta.2'
139139
- '3.13.0-beta.3'

0 commit comments

Comments
 (0)