Skip to content

Commit 80c81c4

Browse files
fix(deps): pin python to ==3.11.7
1 parent e1bd231 commit 80c81c4

File tree

2 files changed

+6
-95
lines changed

2 files changed

+6
-95
lines changed

poetry.lock

Lines changed: 5 additions & 94 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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)