chore: test with Python 3.11

This commit is contained in:
mayeut
2022-10-14 08:41:26 +02:00
parent 1904551399
commit 442e95d08f
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-18.04, windows-latest, macos-11]
python_version: ['3.10']
python_version: ['~3.11.0-0']
timeout-minutes: 180
steps:
- uses: actions/checkout@v3