ci: fix python version

This commit is contained in:
Florian Bezannier
2025-06-23 07:47:15 +02:00
parent ca6e255a6b
commit fea45b90e9
+1 -1
View File
@@ -15,7 +15,7 @@ jobs:
id: setup-python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.9
- uses: actions/checkout@v2
- name: Load cached venv
id: cached-poetry-dependencies