Skip to content

Commit b0829a8

Browse files
authored
Merge pull request #6020 from nateprewitt/pypy_37
Update 3.10-dev to 3.10 and add pypy-3.7 in CI
2 parents 28d537d + 86bbee7 commit b0829a8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/run-tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: [2.7, 3.6, 3.7, 3.8, 3.9, 3.10-dev]
12+
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10"]
1313
os: [ubuntu-18.04, macOS-latest, windows-latest]
1414
include:
1515
# pypy3 on Mac OS currently fails trying to compile
1616
# brotlipy. Moving pypy3 to only test linux.
1717
- python-version: pypy3
1818
os: ubuntu-latest
19+
- python-version: pypy-3.7
20+
os: ubuntu-latest
1921

2022
steps:
2123
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)