|
17 | 17 | runs-on: macos-11
|
18 | 18 | strategy:
|
19 | 19 | matrix:
|
20 |
| - python-version: [ '3.7', '3.8', '3.9', '3.10.0' ] |
| 20 | + python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11.0-alpha - 3.11.0', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9' ] |
21 | 21 | env:
|
22 | 22 | MACOSX_DEPLOYMENT_TARGET: 10.14
|
23 | 23 | steps:
|
|
65 | 65 | # You can use PyPy versions in python-version.
|
66 | 66 | # For example, pypy2 and pypy3
|
67 | 67 | matrix:
|
68 |
| - python-version: [ '3.7', '3.8', '3.9', '3.10.0', 'pypy-3.7' ] |
| 68 | + python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11.0-alpha - 3.11.0', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9' ] |
69 | 69 | steps:
|
70 | 70 | # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
71 | 71 | - uses: actions/checkout@v2
|
@@ -113,7 +113,7 @@ jobs:
|
113 | 113 | # You can use PyPy versions in python-version.
|
114 | 114 | # For example, pypy2 and pypy3
|
115 | 115 | matrix:
|
116 |
| - python-version: [ '3.7', '3.8', '3.9', '3.10.0' ] |
| 116 | + python-version: [ '3.7', '3.8', '3.9', '3.10', '3.11.0-alpha - 3.11.0', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9' ] |
117 | 117 | steps:
|
118 | 118 | # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
|
119 | 119 | - uses: actions/checkout@v2
|
@@ -173,7 +173,7 @@ jobs:
|
173 | 173 |
|
174 | 174 | with:
|
175 | 175 | # Version range or exact version of a Python version to use, using SemVer's version range syntax.
|
176 |
| - python-version: '3.9' |
| 176 | + python-version: '3.10' |
177 | 177 | # The target architecture (x86, x64) of the Python interpreter.
|
178 | 178 | architecture: x64
|
179 | 179 |
|
@@ -214,7 +214,7 @@ jobs:
|
214 | 214 |
|
215 | 215 | with:
|
216 | 216 | # Version range or exact version of a Python version to use, using SemVer's version range syntax.
|
217 |
| - python-version: '3.9' |
| 217 | + python-version: '3.10' |
218 | 218 | # The target architecture (x86, x64) of the Python interpreter.
|
219 | 219 | architecture: x64
|
220 | 220 |
|
|
0 commit comments