Skip to content

Commit

Permalink
Update required python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnoe committed Oct 25, 2023
1 parent 407598e commit 7a3d1f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ classifiers =
Topic :: Scientific/Engineering :: Astronomy
Topic :: Scientific/Engineering :: Physics
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11


[options]
packages = find:
package_dir =
= src
python_requires = >=3.8
python_requires = >=3.9
zip_safe = False
install_requires=
astropy~=5.2
Expand Down

0 comments on commit 7a3d1f0

Please sign in to comment.