tests: use python 3.11 (#1191)

This commit is contained in:
Willi Ballenthin
2022-12-19 11:12:42 +01:00
committed by GitHub
parent 3af7fe0b08
commit b12d526a60

View File

@@ -67,7 +67,7 @@ jobs:
matrix:
os: [ubuntu-20.04, windows-2019, macos-11]
# across all operating systems
python-version: ["3.7", "3.10"]
python-version: ["3.7", "3.11"]
include:
# on Ubuntu run these as well
- os: ubuntu-20.04