From fe667cb842a0c7406bc2a12f441081c24d217713 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Fri, 8 Dec 2023 12:04:55 +0100 Subject: [PATCH] Compatibility with Python 3.8 to 3.11 --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2c870df..849369f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ license = { text = "MIT" } authors = [ { name = "Andreas Motl", email = "andreas.motl@crate.io" }, ] -requires-python = ">=3.8" +requires-python = ">=3.8,<3.12" classifiers = [ "Development Status :: 3 - Alpha", "Environment :: Console", @@ -55,7 +55,6 @@ classifiers = [ "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", - "Programming Language :: Python :: 3.12", "Topic :: Adaptive Technologies", "Topic :: Communications", "Topic :: Database", @@ -86,6 +85,7 @@ dynamic = [ dependencies = [ "crate[sqlalchemy]", "cratedb-toolkit", + 'importlib-resources; python_version < "3.9"', "meltanolabs-target-postgres==0.0.9", ] [project.optional-dependencies]