Update requirements.txt

This commit is contained in:
Kristofers Solo
2022-12-09 19:14:09 +02:00
parent ef97781d59
commit 3d2def1d3a
4 changed files with 10 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ['3.10']
python-version: ['3.10', '3.11']
steps:
- uses: actions/checkout@v2