Fix build version targets for ubuntu-latest 22.04

This commit is contained in:
belono 2022-11-24 12:09:04 +01:00
parent 84a3912b34
commit 49ab3f35a8
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.6', '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