Skip to content

Commit 7b92ade

Browse files
try some additional python versions in build
1 parent 10d945e commit 7b92ade

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: macos-11
1818
strategy:
1919
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' ]
2121
env:
2222
MACOSX_DEPLOYMENT_TARGET: 10.14
2323
steps:
@@ -65,7 +65,7 @@ jobs:
6565
# You can use PyPy versions in python-version.
6666
# For example, pypy2 and pypy3
6767
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' ]
6969
steps:
7070
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
7171
- uses: actions/checkout@v2
@@ -113,7 +113,7 @@ jobs:
113113
# You can use PyPy versions in python-version.
114114
# For example, pypy2 and pypy3
115115
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' ]
117117
steps:
118118
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
119119
- uses: actions/checkout@v2
@@ -173,7 +173,7 @@ jobs:
173173
uses: actions/[email protected]
174174
with:
175175
# 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'
177177
# The target architecture (x86, x64) of the Python interpreter.
178178
architecture: x64
179179

@@ -214,7 +214,7 @@ jobs:
214214
uses: actions/[email protected]
215215
with:
216216
# 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'
218218
# The target architecture (x86, x64) of the Python interpreter.
219219
architecture: x64
220220

0 commit comments

Comments
 (0)