Skip to content

Commit

Permalink
min python version now 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
briangu committed Feb 10, 2024
1 parent 01e8f8b commit 9ec5034
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
setup(
name='klongpy',
packages=find_packages(),
version='0.6.4',
version='0.6.5',
description='High-Performance Klong array language with rich Python integration.',
author='Brian Guarraci',
license='MIT',
Expand All @@ -38,7 +38,7 @@
"License :: OSI Approved :: MIT License"
],
install_requires=['numpy~=1.26.4'],
python_requires='<3.12,>=3.8',
python_requires='<3.12,>=3.9',
extras_require=extra_requires,
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit 9ec5034

Please sign in to comment.