💚 Changed python version in CI

This commit is contained in:
Mawoka
2023-01-29 11:45:09 +01:00
parent bbd4ce66ad
commit 9d39a77f35
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"
cache: 'pipenv'
- run: pipenv install --dev
- name: Prepare tests