Skip to content

Commit fec9f3d

Browse files
authored
Update CI to use python 3.10, pypy 3.7 (#1007)
1 parent 543558d commit fec9f3d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
matrix:
1616
os: [ubuntu-latest, macos-latest, windows-latest]
17-
python-version: [3.6, 3.7, 3.8, 3.9, pypy3]
17+
python-version: [3.6, 3.7, 3.8, 3.9, "3.10", "pypy-3.6", "pypy-3.7"]
1818
include:
1919
- os: ubuntu-latest
2020
venvcmd: . env/bin/activate
@@ -27,7 +27,8 @@ jobs:
2727
- name: Set up Python ${{ matrix.python-version }}
2828
uses: actions/setup-python@v2
2929
with:
30-
python-version: ${{ matrix.python-version }}
30+
python-version: '3.x'
31+
architecture: 'x64'
3132
- uses: actions/cache@v2
3233
id: cache
3334
with:

0 commit comments

Comments
 (0)