Skip to content

Commit e2d3fb5

Browse files
committed
Disable 3.14.0-alpha.4 because of issue #67
1 parent f38330b commit e2d3fb5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/my_github_action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@ jobs:
143143
- '3.13.0'
144144
- '3.13.1'
145145
- '3.14.0-alpha.0'
146-
# Disabled because of issue #67 - '3.14.0-alpha.1'
147-
- '3.14.0-alpha.4'
146+
# Disabled because of issue #67 - '3.14.0-alpha.1', ..., '3.14.0-alpha.4'
148147
- 'pypy-2.7'
149148
- 'pypy-2.7-nightly'
150149
- 'pypy-3.6' # the latest available version of PyPy that supports Python 3.6

0 commit comments

Comments
 (0)