mirror of
https://github.com/leoncvlt/loconotion.git
synced 2024-08-30 18:12:12 +00:00
Bump Python to 3.8
As we use walrus operator in the codebase already.
This commit is contained in:
parent
b444ceeadf
commit
be284ea7c1
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user