From 8c70e348e942086e7a708823d5b8008e246ea909 Mon Sep 17 00:00:00 2001 From: Guen Prawiroatmodjo Date: Fri, 6 Dec 2024 11:56:17 -0800 Subject: [PATCH] Drop 3.8 support, add 3.12 (#490) --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 790135e6..073d7a60 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,10 +13,10 @@ classifier = Operating System :: Microsoft :: Windows Operating System :: MacOS :: MacOS X Operating System :: POSIX :: Linux - Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.10 Programming Language :: Python :: 3.11 + Programming Language :: Python :: 3.12 keywords = setup distutils @@ -28,7 +28,7 @@ install_requires= duckdb>=1.0.0 # add dbt-core to ensure backwards compatibility of installation, this is not a functional dependency dbt-core>=1.8.0 -python_requires = >=3.8 +python_requires = >=3.9 include_package_data = True packages = find_namespace: