Skip to content

Commit

Permalink
Get py3.10 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ankith committed Aug 14, 2021
1 parent 498fb8a commit f90ff73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
matrix:
# TODO: when Github actions supports M1 Mac, add `macos-11.0` to this
os: [macos-10.15]
pyversion: ['pypy-3.7', 'pypy-2.7', '2.7', '3.5', '3.6', '3.7', '3.8', '3.9']
pyversion: ['pypy-3.7', 'pypy-2.7', '2.7', '3.5', '3.6', '3.7', '3.8', '3.9', '3.10']

steps:
- uses: actions/checkout@v2.3.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# PyPy 7.3.4 and above does not have 32-bit builds, only 64-bit ones (python 3.7)
# So we build with 7.3.3 for 32-bit builds, and 7.3.4+ for 64-bit builds
matrix:
pyversion: ['3.5', '3.6', '3.7', '3.8', '3.9', 'pypy-2.7-v7.3.3', 'pypy-3.6-v7.3.3', 'pypy-3.7-v7.3.3', 'pypy-3.7']
pyversion: ['3.5', '3.6', '3.7', '3.8', '3.9', '3.10', 'pypy-2.7-v7.3.3', 'pypy-3.6-v7.3.3', 'pypy-3.7-v7.3.3', 'pypy-3.7']
arch: ['x64', 'x86']

exclude:
Expand Down
2 changes: 1 addition & 1 deletion buildconfig/manylinux-build/build-wheels.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -e -x

export SUPPORTED_PYTHONS="cp27-cp27mu cp35-cp35m cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39"
export SUPPORTED_PYTHONS="cp27-cp27mu cp35-cp35m cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39 cp310-cp310"

if [[ "$1" == "buildpypy" ]]; then
export SUPPORTED_PYTHONS="pp27-pypy_73 pp36-pypy36_pp73 pp37-pypy37_pp73"
Expand Down

0 comments on commit f90ff73

Please sign in to comment.