Support Python 3.11

This commit is contained in:
Hugo van Kemenade 2022-05-02 12:04:58 +03:00
parent 5b0c879fa0
commit fa94ed0263
4 changed files with 6 additions and 4 deletions

View file

@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["pypy-3.8", "3.7", "3.8", "3.9", "3.10"]
python-version: ["pypy-3.8", "3.7", "3.8", "3.9", "3.10", "3.11-dev"]
os: [ubuntu-latest]
steps: