Update 3.10-dev to 3.10 and add pypy-3.7

This commit is contained in:
Nate Prewitt
2021-12-28 22:28:30 -07:00
parent d09659997c
commit 86bbee71b2
+3 -1
View File
@@ -9,13 +9,15 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [2.7, 3.6, 3.7, 3.8, 3.9, 3.10-dev]
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10"]
os: [ubuntu-18.04, macOS-latest, windows-latest]
include:
# pypy3 on Mac OS currently fails trying to compile
# brotlipy. Moving pypy3 to only test linux.
- python-version: pypy3
os: ubuntu-latest
- python-version: pypy-3.7
os: ubuntu-latest
steps:
- uses: actions/checkout@v2