From 6163ab13fd925bfa596217eeab25f4b2e0968d04 Mon Sep 17 00:00:00 2001 From: Jun Aishima Date: Tue, 8 Oct 2024 14:45:08 -0400 Subject: [PATCH] remove/update old text about versions and program name --- setup.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/setup.py b/setup.py index 7f49f3a..f26279a 100644 --- a/setup.py +++ b/setup.py @@ -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