Skip to content

Commit 25aa8b4

Browse files
fix(deps): pin python to ==3.11.6
1 parent 8b41206 commit 25aa8b4

File tree

2 files changed

+26
-95
lines changed

2 files changed

+26
-95
lines changed

poetry.lock

Lines changed: 25 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.6"
4141
boltons = "==23.0.0"
4242
cachier = "2.0.0"
4343
Jinja2 = "3.1.2"

0 commit comments

Comments
 (0)