[workflows] update python versions

This commit is contained in:
tobi-wan-kenobi 2023-07-17 12:36:32 +02:00
parent 839d79e68f
commit 4df5272164

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.8', '3.9', '3.10', '3.11']
steps:
- uses: actions/checkout@v3