Skip to content

Commit 2eecded

Browse files
committed
Disable 3.14.0-alpha
1 parent 4870869 commit 2eecded

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

.github/workflows/my_github_action.yml

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -144,15 +144,18 @@ jobs:
144144
- '3.13.0'
145145
- '3.13.1'
146146
- '3.13.2'
147-
- '3.14.0-alpha.0'
148-
- '3.14.0-alpha.1'
149-
- '3.14.0-alpha.2'
150-
- '3.14.0-alpha.3'
151-
- '3.14.0-alpha.4'
152-
- '3.14.0-alpha.5'
153-
- '3.14.0-alpha.6'
154-
- '3.14.0-alpha.7'
147+
# Disables becaused of a pycodestyle issue - see https://github.com/PyCQA/pycodestyle/pull/1287
148+
# - '3.14.0-alpha.0'
149+
# - '3.14.0-alpha.1'
150+
# - '3.14.0-alpha.2'
151+
# - '3.14.0-alpha.3'
152+
# - '3.14.0-alpha.4'
153+
# - '3.14.0-alpha.5'
154+
# - '3.14.0-alpha.6'
155+
# - '3.14.0-alpha.7'
155156
- '3.14.0-beta.1'
157+
- '3.14.0-beta.2'
158+
- '3.14.0-beta.3'
156159
- 'pypy-2.7'
157160
- 'pypy-2.7-nightly'
158161
- 'pypy-3.6' # the latest available version of PyPy that supports Python 3.6

0 commit comments

Comments
 (0)