Skip to content

Commit 9ef827b

Browse files
committed
Disable 3.14.0-alpha.1 because of issue #67
1 parent f8b3e7b commit 9ef827b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/my_github_action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
- '3.13.0-rc.3'
139139
- '3.13.0'
140140
- '3.14.0-alpha.0'
141-
- '3.14.0-alpha.1'
141+
# Disabled because of issue #67 - '3.14.0-alpha.1'
142142
- 'pypy-2.7'
143143
- 'pypy-2.7-nightly'
144144
- 'pypy-3.6' # the latest available version of PyPy that supports Python 3.6

0 commit comments

Comments
 (0)