Merge pull request #431 from Hestia-Homes/remote-assessment-api

running with python 3.11
This commit is contained in:
KhalimCK 2025-05-15 16:34:50 +01:00 committed by GitHub
commit 1a50623b6a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,10 +13,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python 3.10
- name: Set up Python 3.11
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.11'
- name: Install tox via Makefile
run: |