From be284ea7c1622d74af73e0c45ba2196e7270a04a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martynas=20Mickevi=C4=8Dius?= Date: Wed, 27 Jul 2022 12:08:05 +0300 Subject: [PATCH] Bump Python to 3.8 As we use walrus operator in the codebase already. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c746339..c18785a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Turn Notion pages into lightweight, customizable static websites" authors = ["Leonardo Cavaletti "] [tool.poetry.dependencies] -python = "^3.7" +python = "^3.8" beautifulsoup4 = "^4.9.1" chromedriver-autoinstaller = "^0.2.0" colorama = "^0.4.3"