We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 173d9f2 + c43e2a3 commit c246354Copy full SHA for c246354
setup.py
@@ -59,15 +59,14 @@ def _dbt_clickhouse_version():
59
'clickhouse-driver>=0.2.6',
60
'setuptools>=0.69',
61
],
62
- python_requires=">=3.8",
+ python_requires=">=3.9",
63
platforms='any',
64
classifiers=[
65
'Development Status :: 5 - Production/Stable',
66
'License :: OSI Approved :: Apache Software License',
67
'Operating System :: Microsoft :: Windows',
68
'Operating System :: MacOS :: MacOS X',
69
'Operating System :: POSIX :: Linux',
70
- 'Programming Language :: Python :: 3.8',
71
'Programming Language :: Python :: 3.9',
72
'Programming Language :: Python :: 3.10',
73
'Programming Language :: Python :: 3.11',
0 commit comments