Bump Python to 3.8

As we use walrus operator in the codebase already.
This commit is contained in:
Martynas Mickevičius 2022-07-27 12:08:05 +03:00
parent b444ceeadf
commit be284ea7c1
No known key found for this signature in database
GPG Key ID: E735DF276C508071

View File

@ -5,7 +5,7 @@ description = "Turn Notion pages into lightweight, customizable static websites"
authors = ["Leonardo Cavaletti <impeto.blu@gmail.com>"]
[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"
beautifulsoup4 = "^4.9.1"
chromedriver-autoinstaller = "^0.2.0"
colorama = "^0.4.3"