From defe76d8e324b6d8a1ee2a04f153b17a9c3a56c7 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Mon, 9 Jan 2023 17:03:28 -0500 Subject: Classifiers, python_requires update --- setup.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index a8207ac2..8ff8c94c 100644 --- a/setup.py +++ b/setup.py @@ -75,15 +75,13 @@ setup( "Topic :: Internet", "Topic :: Security :: Cryptography", "Programming Language :: Python", - "Programming Language :: Python :: 2", - "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.4", - "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", ], # TODO 3.0: remove bcrypt, pynacl and update installation docs noting that # use of the extras_require ("paramiko[ed2559]") is now required for those @@ -92,6 +90,7 @@ setup( # "full"/"all"? (probably sans gssapi which should remain optional; MAYBE # still sans invoke as well, not everyone uses ProxyCommand or Match exec) # TODO 3.0: remove six, obviously + python_requires=">=3.6", install_requires=[ "bcrypt>=3.1.3", "cryptography>=2.5", -- cgit v1.2.1