Run 3.11 CI on all platforms (#6155)

This commit is contained in:
Nate Prewitt
2022-06-08 10:12:53 -06:00
committed by GitHub
parent 3af2f456d8
commit 60865f21ae
+1 -4
View File
@@ -9,7 +9,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
os: [ubuntu-18.04, macOS-latest, windows-latest]
include:
# pypy-3.7 on Mac OS currently fails trying to compile
@@ -17,9 +17,6 @@ jobs:
- python-version: pypy-3.7
os: ubuntu-latest
experimental: false
- python-version: 3.11-dev
os: ubuntu-latest
experimental: true
steps:
- uses: actions/checkout@v2