Skip to content

Commit

Permalink
Drop 3.8 support, add 3.12 (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
guenp authored Dec 6, 2024
1 parent 430fd43 commit 8c70e34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:

Expand Down

0 comments on commit 8c70e34

Please sign in to comment.