|
17 | 17 | runs-on: macos-11 |
18 | 18 | strategy: |
19 | 19 | matrix: |
20 | | - python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10.0-rc.2' ] |
| 20 | + python-version: [ '3.7', '3.8', '3.9', '3.10.0' ] |
21 | 21 | env: |
22 | 22 | MACOSX_DEPLOYMENT_TARGET: 10.14 |
23 | 23 | steps: |
|
63 | 63 | # You can use PyPy versions in python-version. |
64 | 64 | # For example, pypy2 and pypy3 |
65 | 65 | matrix: |
66 | | - python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10.0-rc.2', 'pypy-3.6', 'pypy-3.7' ] |
| 66 | + python-version: [ '3.7', '3.8', '3.9', '3.10.0', 'pypy-3.7' ] |
67 | 67 | steps: |
68 | 68 | # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it |
69 | 69 | - uses: actions/checkout@v2 |
@@ -110,7 +110,7 @@ jobs: |
110 | 110 | # You can use PyPy versions in python-version. |
111 | 111 | # For example, pypy2 and pypy3 |
112 | 112 | matrix: |
113 | | - python-version: [ '3.6', '3.7', '3.8', '3.9', '3.10.0-rc.2' ] |
| 113 | + python-version: [ '3.7', '3.8', '3.9', '3.10.0' ] |
114 | 114 | steps: |
115 | 115 | # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it |
116 | 116 | - uses: actions/checkout@v2 |
|
0 commit comments