Version check is already done by Poetry
This commit is contained in:
parent
2eb17c5157
commit
651f09ea96
|
@ -1,8 +1 @@
|
|||
import sys
|
||||
|
||||
# Check that we're not running on an unsupported Python version.
|
||||
if sys.version_info < (3, 5):
|
||||
print("my_project_name requires Python 3.5 or above.")
|
||||
sys.exit(1)
|
||||
|
||||
__version__ = "0.0.1"
|
||||
|
|
Loading…
Reference in New Issue