Skip to content

Commit 03817e7

Browse files
committed
Test on more recent Python builds
1 parent f014d7b commit 03817e7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/my_github_action.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ jobs:
6868
- '3.10.7'
6969
- '3.10.8'
7070
- '3.10.9'
71+
- '3.10.10'
72+
- '3.10.11'
73+
- '3.10.12'
74+
- '3.10.13'
75+
- '3.10.14'
7176
- '3.10-dev'
7277
- '3.11.0-alpha.1'
7378
- '3.11.0-alpha.2'
@@ -87,6 +92,12 @@ jobs:
8792
- '3.11.1'
8893
- '3.11.2'
8994
- '3.11.3'
95+
- '3.11.4'
96+
- '3.11.5'
97+
- '3.11.6'
98+
- '3.11.7'
99+
- '3.11.8'
100+
- '3.11.9'
90101
- '3.11-dev'
91102
- '3.11'
92103
# Disabled because of issue #62 - https://github.com/nedbat/coveragepy/issues/1634
@@ -108,13 +119,16 @@ jobs:
108119
- '3.12.0'
109120
- '3.12.1'
110121
- '3.12.2'
122+
- '3.12.3'
123+
- '3.12.4'
111124
- '3.13.0-alpha.1'
112125
- '3.13.0-alpha.2'
113126
- '3.13.0-alpha.3'
114127
- '3.13.0-alpha.4'
115128
- '3.13.0-alpha.5'
116129
- '3.13.0-alpha.6'
117130
- '3.13.0-beta.1'
131+
- '3.13.0-beta.2'
118132
- 'pypy-2.7'
119133
- 'pypy-2.7-nightly'
120134
- 'pypy-3.6' # the latest available version of PyPy that supports Python 3.6

0 commit comments

Comments
 (0)