Skip to content

Commit

Permalink
Merge pull request #152 from simonsobs/koopman/python-versions
Browse files Browse the repository at this point in the history
Drop Python 3.7 and add 3.11 and 3.12 to support list
  • Loading branch information
BrianJKoopman authored May 8, 2024
2 parents 695731f + d8f19da commit b25c507
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,16 @@
classifiers=[
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7",
"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",
"License :: OSI Approved :: BSD License",
"Intended Audience :: Science/Research",
"Topic :: Scientific/Engineering :: Astronomy",
],
python_requires=">=3.7",
python_requires=">=3.8",
install_requires=[
'ocs==0.11.0',
'pyyaml',
Expand Down

0 comments on commit b25c507

Please sign in to comment.