Skip to content

Commit f38330b

Browse files
committed
Test on more recent Python builds
1 parent 9ef827b commit f38330b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/my_github_action.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ jobs:
123123
- '3.12.2'
124124
- '3.12.3'
125125
- '3.12.4'
126+
- '3.12.5'
127+
- '3.12.6'
128+
- '3.12.7'
129+
- '3.12.8'
126130
- '3.13.0-alpha.1'
127131
- '3.13.0-alpha.2'
128132
- '3.13.0-alpha.3'
@@ -137,8 +141,10 @@ jobs:
137141
- '3.13.0-rc.2'
138142
- '3.13.0-rc.3'
139143
- '3.13.0'
144+
- '3.13.1'
140145
- '3.14.0-alpha.0'
141146
# Disabled because of issue #67 - '3.14.0-alpha.1'
147+
- '3.14.0-alpha.4'
142148
- 'pypy-2.7'
143149
- 'pypy-2.7-nightly'
144150
- 'pypy-3.6' # the latest available version of PyPy that supports Python 3.6

0 commit comments

Comments
 (0)