Skip to content

Commit 60865f2

Browse files
authored
Run 3.11 CI on all platforms (#6155)
1 parent 3af2f45 commit 60865f2

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/run-tests.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,14 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: ["3.7", "3.8", "3.9", "3.10"]
12+
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11-dev"]
1313
os: [ubuntu-18.04, macOS-latest, windows-latest]
1414
include:
1515
# pypy-3.7 on Mac OS currently fails trying to compile
1616
# brotlipy. Moving pypy3 to only test linux.
1717
- python-version: pypy-3.7
1818
os: ubuntu-latest
1919
experimental: false
20-
- python-version: 3.11-dev
21-
os: ubuntu-latest
22-
experimental: true
2320

2421
steps:
2522
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)