Skip to content

Commit 3560c1b

Browse files
fix(deps): pin python to ==3.11.7
1 parent b6d1948 commit 3560c1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ classifiers = [
3737
micropy = 'micropy.app:app'
3838

3939
[tool.poetry.dependencies]
40-
python = ">=3.8,<3.12"
40+
python = "==3.11.7"
4141
boltons = "==23.1.1"
4242
cachier = "2.0.0"
4343
Jinja2 = "3.1.3"

0 commit comments

Comments
 (0)