@@ -5,7 +5,29 @@ name = "vortex-data"
55dynamic = [" version" , " description" , " authors" ]
66readme = " README.md"
77dependencies = [" pyarrow>=17.0.0" , " substrait>=0.23.0" ]
8- requires-python = " >= 3.10"
8+ requires-python = " >= 3.11"
9+ classifiers = [
10+ # How mature is this project? Common values are
11+ # 3 - Alpha
12+ # 4 - Beta
13+ # 5 - Production/Stable
14+ " Development Status :: 4 - Beta" ,
15+ # Indicate who your project is intended for
16+ " Intended Audience :: Developers" ,
17+ " Intended Audience :: Science/Research" ,
18+ # Specify the Python versions you support here.
19+ " Programming Language :: Python :: 3" ,
20+ " Programming Language :: Python :: 3.11" ,
21+ " Programming Language :: Python :: 3.12" ,
22+ " Programming Language :: Python :: 3.13" ,
23+ " Programming Language :: Python :: 3.14" ,
24+ # Pick your license as you wish
25+ " License :: OSI Approved :: Apache Software License" ,
26+ # Topics
27+ " Topic :: Database" ,
28+ " Topic :: File Formats" ,
29+ " Topic :: Scientific/Engineering" ,
30+ ]
931
1032[project .optional-dependencies ]
1133polars = [" polars>=1.27.0" ]
@@ -37,7 +59,6 @@ include = [
3759 { path = " python/vortex/py.typed" , format = " sdist" },
3860]
3961
40-
4162[dependency-groups ]
4263dev = [
4364 " mypy>=1.14.1" ,
0 commit comments