Skip to content

Commit c69db47

Browse files
try python 3.10.0-rc.1
1 parent 1a31dc2 commit c69db47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: macos-10.15
1818
strategy:
1919
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' ]
2121
env:
2222
MACOSX_DEPLOYMENT_TARGET: 10.14
2323
steps:
@@ -61,7 +61,7 @@ jobs:
6161
# You can use PyPy versions in python-version.
6262
# For example, pypy2 and pypy3
6363
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' ]
6565
steps:
6666
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
6767
- uses: actions/checkout@v2
@@ -109,7 +109,7 @@ jobs:
109109
# You can use PyPy versions in python-version.
110110
# For example, pypy2 and pypy3
111111
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' ]
113113
steps:
114114
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
115115
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)