🐛 Went back to Python 3.10

This commit is contained in:
Mawoka
2023-01-29 13:21:13 +01:00
parent f01d2292d3
commit ac86c9e782
4 changed files with 258 additions and 249 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.10"
cache: 'pipenv'
- run: pipenv install --dev
- name: Prepare tests