We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5abbb9 commit 0e78231Copy full SHA for 0e78231
.github/workflows/python-app.yaml
@@ -10,7 +10,7 @@ jobs:
10
- name: Set up Python
11
uses: actions/setup-python@v2
12
with:
13
- python-version: '3.12'
+ python-version: '3.10'
14
- name: Install dependencies
15
run: |
16
pip install uv
pyproject.toml
@@ -3,7 +3,7 @@ name = "hexlet-code"
3
version = "0.1.0"
4
description = "Add your description here"
5
readme = "README.md"
6
-requires-python = ">=3.12"
+requires-python = ">=3.10"
7
dependencies = [
8
"flask>=3.1.0",
9
"gunicorn>=23.0.0",
0 commit comments