CI: Build and test with Python 3.11

This commit is contained in:
Philipp Wolfer
2022-10-26 17:21:07 +02:00
parent 76c2dff6b6
commit cf4bbe6012
2 changed files with 3 additions and 3 deletions

View File

@@ -74,7 +74,7 @@ jobs:
fail-fast: false
matrix:
os: [macos-11, windows-2019]
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
exclude:
# pyobjc is not yet compatible with Python 3.10
- os: macos-11

View File

@@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-2019]
python-version: ['3.7', '3.8', '3.9', '3.10']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
include:
- os: macos-11
python-version: '3.7'
@@ -89,7 +89,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: ['3.8']
python-version: ['3.8', '3.11']
steps:
- uses: actions/checkout@v3