From c31fa58c85e866b3a5ab04882c7aff655f0b5477 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Tue, 30 Apr 2024 11:39:20 +0200 Subject: Implement etoolkit encryption protocol v2 --- setup.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index c218df8..4985370 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,11 +15,12 @@ classifiers = Intended Audience :: System Administrators License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) Programming Language :: Python :: 3 - 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 + Programming Language :: Python :: 3.12 + Programming Language :: Python :: 3.13 Operating System :: POSIX Topic :: Security :: Cryptography @@ -31,7 +32,7 @@ project_urls = package_dir = = src packages = find: -python_requires = >=3.7 +python_requires = >=3.8 install_requires = cryptography>=3.2 -- cgit v1.3