@@ -44,7 +44,7 @@ def get_ext_dir(*components: tp.Iterable[str]) -> tp.Sequence[str]:
4444 version = AK_VERSION ,
4545 description = 'Array utilities for StaticFrame' ,
4646 long_description = get_long_description (),
47- python_requires = '>=3.8 ' ,
47+ python_requires = '>=3.9 ' ,
4848 install_requires = ['numpy>=1.19.5' ],
4949 url = 'https://github.com/static-frame/arraykit' ,
5050 author = 'Christopher Ariza, Brandt Bucher, Charles Burkland' ,
@@ -54,15 +54,17 @@ def get_ext_dir(*components: tp.Iterable[str]) -> tp.Sequence[str]:
5454 'Development Status :: 5 - Production/Stable' ,
5555 'Intended Audience :: Developers' ,
5656 'Topic :: Software Development' ,
57+ "Programming Language :: C" ,
58+ "Programming Language :: Python :: Implementation :: CPython" ,
5759 'License :: OSI Approved :: MIT License' ,
5860 'Operating System :: MacOS :: MacOS X' ,
5961 'Operating System :: Microsoft :: Windows' ,
6062 'Operating System :: POSIX' ,
61- 'Programming Language :: Python :: 3.8' ,
6263 'Programming Language :: Python :: 3.9' ,
6364 'Programming Language :: Python :: 3.10' ,
6465 'Programming Language :: Python :: 3.11' ,
6566 'Programming Language :: Python :: 3.12' ,
67+ 'Typing :: Typed' ,
6668 ],
6769 keywords = 'numpy array' ,
6870 packages = ['arraykit' ],
0 commit comments