Skip to content

Commit 0a7a140

Browse files
committed
Remove unavailable Python versions - bis
1 parent 5c7e5d6 commit 0a7a140

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/my_github_action.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ jobs:
110110
# - '3.12.0-alpha.5'
111111
# - '3.12.0-alpha.6'
112112
# - '3.12.0-alpha.7'
113-
- '3.12.0-beta.1'
114-
- '3.12.0-beta.2'
115-
- '3.12.0-beta.3'
116-
- '3.12.0-beta.4'
117-
- '3.12.0-rc.1'
118-
- '3.12.0-rc.2'
119-
- '3.12.0-rc.3'
113+
# - '3.12.0-beta.1' - not available on ubuntu-latest for x64
114+
# - '3.12.0-beta.2' - not available on ubuntu-latest for x64
115+
# - '3.12.0-beta.3' - not available on ubuntu-latest for x64
116+
# - '3.12.0-beta.4' - not available on ubuntu-latest for x64
117+
# - '3.12.0-rc.1' - not available on ubuntu-latest for x64
118+
# - '3.12.0-rc.2' - not available on ubuntu-latest for x64
119+
# - '3.12.0-rc.3' - not available on ubuntu-latest for x64
120120
- '3.12-dev'
121121
- '3.12.0'
122122
- '3.12.1'

0 commit comments

Comments
 (0)