Skip to content

Commit

Permalink
Changing setup.py Python version since this should run on any Python 3
Browse files Browse the repository at this point in the history
  • Loading branch information
scfleming committed Aug 4, 2023
1 parent 2f2289c commit 87dbcee
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 @@ -13,7 +13,7 @@
setup(name="spec_plots",
version=__version__,
description="Create preview plots of HST or JWST spectra.",
classifiers=["Programming Language :: Python :: 3.9"],
classifiers=["Programming Language :: Python :: 3"],
url="https://github.com/spacetelescope/spec_plots",
author="Scott W. Fleming",
author_email="[email protected]",
Expand Down

0 comments on commit 87dbcee

Please sign in to comment.