Skip to content

Commit

Permalink
remove/update old text about versions and program name
Browse files Browse the repository at this point in the history
  • Loading branch information
JunAishima committed Oct 8, 2024
1 parent a871ca7 commit 6163ab1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@
import os
import sys

# NOTE: This file must remain Python 2 compatible for the foreseeable future,
# to ensure that we error out properly for people with outdated setuptools
# and/or pip.
min_version = (3, 8)
if sys.version_info < min_version:
error = """
mxtools does not support Python {0}.{1}.
conftrak does not support Python {0}.{1}.
Python {2}.{3} and above is required. Check your Python version like so:
python3 --version
Expand Down

0 comments on commit 6163ab1

Please sign in to comment.