Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Move back to python 3.8:
Browse files Browse the repository at this point in the history
Netlify only supports up to python 3.8

Signed-off-by: Jacob Weinstock <[email protected]>
  • Loading branch information
jacobweinstock committed Feb 5, 2024
1 parent ee0f959 commit 599d65c
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 4 deletions.
56 changes: 54 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ authors = [ "Tinkerbell Contributors"]
license = "Apache-2.0"

[tool.poetry.dependencies]
python = "^3.12"
python = "^3.8"
markdown = ">=3.3"
mkdocs = ">=1.4"
mkdocs-material = ">=8.5"
Expand Down
2 changes: 1 addition & 1 deletion runtime.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.12
3.8

0 comments on commit 599d65c

Please sign in to comment.