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