1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

poetry: use Python 3.8

This commit is contained in:
Domen Kožar 2022-09-08 17:30:21 +01:00
parent c4fdbba537
commit 3b07dbf476

View file

@ -6,7 +6,7 @@ authors = ["Domen Kožar <domen@dev.si>"]
license = "CC BY-SA"
[tool.poetry.dependencies]
python = "^3.9"
python = "^3.8"
livereload = "*"
myst-parser = {version = "*", extras = ["linkify"]}