Skip to content

Commit

Permalink
Run 3.11 CI on all platforms (#6155)
Browse files Browse the repository at this point in the history
  • Loading branch information
nateprewitt committed Jun 8, 2022
1 parent 3af2f45 commit 60865f2
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/run-tests.yml
Expand Up @@ -9,17 +9,14 @@ 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
# brotlipy. Moving pypy3 to only test linux.
- 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
Expand Down

0 comments on commit 60865f2

Please sign in to comment.