From bba82a86b137c73832ad7b6a397d3db24fcc625f Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Thu, 26 Dec 2024 22:58:37 +0100 Subject: Add encrypted values to ETOOLKIT_SENSITIVE implicitly --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index 4985370..1838e18 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,12 +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.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 + Programming Language :: Python :: 3.14 Operating System :: POSIX Topic :: Security :: Cryptography @@ -32,7 +32,7 @@ project_urls = package_dir = = src packages = find: -python_requires = >=3.8 +python_requires = >=3.9 install_requires = cryptography>=3.2 -- cgit v1.3