Skip to content

Commit c246354

Browse files
authored
Merge pull request #402 from lkhagvadorj-amp/fix/drop_python_3.8
fix: remove python 3.8 from various places, #385
2 parents 173d9f2 + c43e2a3 commit c246354

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,14 @@ def _dbt_clickhouse_version():
5959
'clickhouse-driver>=0.2.6',
6060
'setuptools>=0.69',
6161
],
62-
python_requires=">=3.8",
62+
python_requires=">=3.9",
6363
platforms='any',
6464
classifiers=[
6565
'Development Status :: 5 - Production/Stable',
6666
'License :: OSI Approved :: Apache Software License',
6767
'Operating System :: Microsoft :: Windows',
6868
'Operating System :: MacOS :: MacOS X',
6969
'Operating System :: POSIX :: Linux',
70-
'Programming Language :: Python :: 3.8',
7170
'Programming Language :: Python :: 3.9',
7271
'Programming Language :: Python :: 3.10',
7372
'Programming Language :: Python :: 3.11',

0 commit comments

Comments
 (0)