mirror of
https://github.com/loot/libloot-python.git
synced 2026-07-27 14:14:13 -07:00
Drop support for Python 2.7
It's been end of life since January 2020.
This commit is contained in:
+1
-2
@@ -79,11 +79,10 @@ setup(
|
||||
distclass=BinaryDistribution,
|
||||
classifiers=[
|
||||
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: C++'
|
||||
'Operating System :: Microsoft :: Windows',
|
||||
'Intended Audience :: Developers',
|
||||
],
|
||||
python_requires='>=2.7',
|
||||
python_requires='>=3.7',
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user