Skip to content

Commit 0e78231

Browse files
committed
app action
1 parent f5abbb9 commit 0e78231

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/python-app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up Python
1111
uses: actions/setup-python@v2
1212
with:
13-
python-version: '3.12'
13+
python-version: '3.10'
1414
- name: Install dependencies
1515
run: |
1616
pip install uv

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "hexlet-code"
33
version = "0.1.0"
44
description = "Add your description here"
55
readme = "README.md"
6-
requires-python = ">=3.12"
6+
requires-python = ">=3.10"
77
dependencies = [
88
"flask>=3.1.0",
99
"gunicorn>=23.0.0",

0 commit comments

Comments
 (0)