add CI for Python 3.11 (#5348)

This commit is contained in:
Maximilian Hils 2022-05-14 00:13:12 +02:00 committed by GitHub
parent 400eb3a285
commit c95236eaaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -66,6 +66,8 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- os: ubuntu-latest
py: "3.11-dev"
- os: ubuntu-latest - os: ubuntu-latest
py: "3.10" py: "3.10"
- os: windows-latest - os: windows-latest