Skip to content

Commit

Permalink
min version
Browse files Browse the repository at this point in the history
  • Loading branch information
bmorris3 committed May 13, 2018
1 parent 4840944 commit 05205df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hcts/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# This is the same check as the one at the top of setup.py
import sys

__minimum_python_version__ = "3.5"
__minimum_python_version__ = "2.7"

class UnsupportedPythonError(Exception):
pass
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ install_requires = astropy
# version should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
version = 0.0.dev0
# Note: you will also need to change this in your package's __init__.py
minimum_python_version = 3.5
minimum_python_version = 2.7

[entry_points]

Expand Down

0 comments on commit 05205df

Please sign in to comment.