Skip to content

Commit 6cec098

Browse files
committed
Enable all disabled versions to see if things work or not
1 parent faaf6ba commit 6cec098

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

.github/workflows/my_github_action.yml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
matrix:
1515
python-version:
1616
# Support for Python 2.7 removed - https://github.com/actions/setup-python/issues/672
17-
# - '2.7'
18-
# - '3.0.1'
19-
# - '3.1.4'
20-
# - '3.2.5'
21-
# - '3.3.7'
22-
# - '3.4.10'
17+
- '2.7'
18+
- '3.0.1'
19+
- '3.1.4'
20+
- '3.2.5'
21+
- '3.3.7'
22+
- '3.4.10'
2323
- '3.5'
2424
- '3.6'
2525
- '3.7'
@@ -45,13 +45,13 @@ jobs:
4545
- '3.9.17'
4646
- '3.9-dev'
4747
# Disabled because of issue #61
48-
# - '3.10.0-alpha.1'
49-
# - '3.10.0-alpha.2'
50-
# - '3.10.0-alpha.3'
51-
# - '3.10.0-alpha.4'
52-
# - '3.10.0-alpha.5'
53-
# - '3.10.0-alpha.6'
54-
# - '3.10.0-alpha.7'
48+
- '3.10.0-alpha.1'
49+
- '3.10.0-alpha.2'
50+
- '3.10.0-alpha.3'
51+
- '3.10.0-alpha.4'
52+
- '3.10.0-alpha.5'
53+
- '3.10.0-alpha.6'
54+
- '3.10.0-alpha.7'
5555
- '3.10.0-beta.1'
5656
- '3.10.0-beta.2'
5757
- '3.10.0-beta.3'
@@ -90,13 +90,13 @@ jobs:
9090
- '3.11-dev'
9191
- '3.11'
9292
# Disabled because of issue #62 - https://github.com/nedbat/coveragepy/issues/1634
93-
# - '3.12.0-alpha.1'
94-
# - '3.12.0-alpha.2'
95-
# - '3.12.0-alpha.3'
96-
# - '3.12.0-alpha.4'
97-
# - '3.12.0-alpha.5'
98-
# - '3.12.0-alpha.6'
99-
# - '3.12.0-alpha.7'
93+
- '3.12.0-alpha.1'
94+
- '3.12.0-alpha.2'
95+
- '3.12.0-alpha.3'
96+
- '3.12.0-alpha.4'
97+
- '3.12.0-alpha.5'
98+
- '3.12.0-alpha.6'
99+
- '3.12.0-alpha.7'
100100
- '3.12.0-beta.1'
101101
- '3.12.0-beta.2'
102102
- '3.12.0-beta.3'

0 commit comments

Comments
 (0)