CI: Add support for Python 3.11

This commit is contained in:
Michael Käufl
2022-10-26 19:15:00 +02:00
committed by Adrien Vergé
parent a6e0e1213a
commit c9c5e0b1c7
2 changed files with 2 additions and 0 deletions

View File

@@ -41,6 +41,7 @@ jobs:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
steps:
- name: Checkout
uses: actions/checkout@v3