Start testing on 3.11 dev branch (#6037)

This commit is contained in:
Nate Prewitt
2022-01-07 12:07:31 -07:00
committed by GitHub
parent 620ed4fc52
commit d718e75383
+5
View File
@@ -16,8 +16,13 @@ jobs:
# brotlipy. Moving pypy3 to only test linux.
- python-version: pypy3
os: ubuntu-latest
experimental: false
- 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