Try Python 3.10

This commit is contained in:
ErickSkrauch
2024-12-02 15:09:39 +01:00
parent ff0b0f7f34
commit 6aad1e5735
3 changed files with 562 additions and 271 deletions

View File

@@ -15,14 +15,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install required system packages
run: sudo apt install -y libxml2-dev libxslt-dev
- name: Set up Python
uses: actions/setup-python@v5
id: setup-python
with:
python-version: 3.12
python-version: 3.10
cache: pipenv
- name: Install pipenv