@@ -26,6 +26,7 @@ license = "Apache License 2.0"
2626classifiers = [
2727 " License :: OSI Approved :: Apache Software License" ,
2828 " Operating System :: OS Independent" ,
29+ " Programming Language :: Python :: 3.8" ,
2930 " Programming Language :: Python :: 3.9" ,
3031 " Programming Language :: Python :: 3.10" ,
3132 " Programming Language :: Python :: 3.11" ,
@@ -46,7 +47,7 @@ include = [
4647]
4748
4849[tool .poetry .dependencies ]
49- python = " ^3.9 "
50+ python = " ^3.8 "
5051mmhash3 = " >=3.0.0,<4.0.0"
5152requests = " >=2.20.0,<3.0.0"
5253click = " >=7.1.1,<9.0.0"
@@ -70,8 +71,9 @@ adlfs = { version = ">=2023.1.0,<2024.1.0", optional = true }
7071gcsfs = { version = " >=2023.1.0,<2024.1.0" , optional = true }
7172psycopg2-binary = { version = " >=2.9.6" , optional = true }
7273sqlalchemy = { version = " ^2.0.18" , optional = true }
73- numpy = " 1.26.3"
74- greenlet = " 3.0.3"
74+ numpy = { version = " ^1.26.3" , python = " 3.12" }
75+ greenlet = {version = " ^3.0.3" , python = " 3.12" }
76+
7577
7678[tool .poetry .dev-dependencies ]
7779pytest = " 7.4.4"
0 commit comments