Skip to content

Commit

Permalink
We do not support Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Sep 22, 2023
1 parent 59bd28e commit 945ac07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'Topic :: Software Development :: Libraries :: Python Modules',
],
setup_requires=['setuptools_scm'],
python_requires='>=3.6',
python_requires='>=3.6,<3.12',
install_requires=[
'astropy',
'numpy<2',
Expand Down

0 comments on commit 945ac07

Please sign in to comment.