Add Python 3.11 to github-workflow.mustache (#15442)

This commit is contained in:
Dan Čermák
2023-05-08 11:51:42 +02:00
committed by GitHub
parent 3d2ec72461
commit 5d602c628e
3 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3