From f821dbb599c67a2fa0d349b24f23bb6b8855368f Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 19 Mar 2023 10:54:09 +0100 Subject: Drop Python 3.7 support and update CI envs Python 3.7 will be EOL in 3 months, so before the next release. * Update the Python versions in the CI images * Bump the docker base image from focal to jammy to test against a newer stack. This triggers new deprecation warnings which we need to disable for now. * Bump the old docker based image to from buster to bullseye, moving from Python 3.7 to 3.9. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pyproject.toml') diff --git a/pyproject.toml b/pyproject.toml index 732c4515..d747b273 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Python bindings for GObject Introspection" authors = ["Christoph Reiter"] [tool.poetry.dependencies] -python = "^3.7" +python = "^3.8" pycairo = "^1.16" [tool.poetry.dev-dependencies] -- cgit v1.2.1