Merge remote-tracking branch 'origin/dev_312' into dev_312_nik

This commit is contained in:
Nikhil Rao
2025-05-23 11:58:11 -04:00
4 changed files with 7 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ setup(
packages=find_packages(),
include_package_data=True,
package_data={'kaipy': ['scripts/*', 'scripts/*/*']},
python_requires='>=3.8,<=3.13',
python_requires='>=3.9,<=3.13',
install_requires=[
'alive_progress',
'astropy',
@@ -33,8 +33,6 @@ setup(
'Intended Audience :: Developers',
'License :: OSI Approved :: BSD 3-Clause',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',