From b875574c5cbaad0b429bd6a278f1fa99d2a988d0 Mon Sep 17 00:00:00 2001 From: Daniel Schadt Date: Wed, 25 Jan 2023 19:56:04 +0100 Subject: bump minimum Python version up to 3.9 3.7 will reach EOL in June of 2023, so it doesn't really make too much sense to forcefully stick with it for much longer - especially since upgrading gives us a few nice things (walrus, type subscription on builtins). 3.9 is shipped by Debian 11 (stable), so everything should be good. --- pyproject.toml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 41236f3..e6dcf34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ repository = "https://gitlab.com/dunj3/fietsboek" keywords = ["web", "gpx"] [tool.poetry.dependencies] -python = "^3.7.2" +python = "^3.9" pyramid = "^2" pyramid_jinja2 = "^2.10" @@ -40,10 +40,6 @@ transaction = "^3" "zope.sqlalchemy" = "^1.6" redis = "^4.3.4" -# Compatibility with old Python versions -importlib_resources = "^5.10" -importlib_metadata = "^6.0.0" - Babel = "^2.11" cryptography = "^39" gpxpy = "^1.5" -- cgit v1.2.3