Version check is already done by Poetry

This commit is contained in:
Panoramic 2024-06-10 21:56:03 +03:00
parent 2eb17c5157
commit 651f09ea96
Signed by: Panoramic
GPG Key ID: 29FEDD73E66D32F1
1 changed files with 0 additions and 7 deletions

View File

@ -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" __version__ = "0.0.1"