Officially drop support for python2

This commit is contained in:
Lance Edgar 2023-02-02 23:21:45 -06:00
parent 94a0a57cfe
commit 01e5eee981

View file

@ -2,7 +2,7 @@
################################################################################ ################################################################################
# #
# Rattail -- Retail Software Framework # Rattail -- Retail Software Framework
# Copyright © 2010-2022 Lance Edgar # Copyright © 2010-2023 Lance Edgar
# #
# This file is part of Rattail. # This file is part of Rattail.
# #
@ -24,8 +24,6 @@
Setup script for Tailbone Setup script for Tailbone
""" """
from __future__ import unicode_literals, absolute_import
import os.path import os.path
from setuptools import setup, find_packages from setuptools import setup, find_packages
@ -155,9 +153,7 @@ setup(
'Natural Language :: English', 'Natural Language :: English',
'Operating System :: OS Independent', 'Operating System :: OS Independent',
'Programming Language :: Python', 'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Topic :: Internet :: WWW/HTTP', 'Topic :: Internet :: WWW/HTTP',
'Topic :: Office/Business', 'Topic :: Office/Business',
'Topic :: Software Development :: Libraries :: Python Modules', 'Topic :: Software Development :: Libraries :: Python Modules',