From b8fa40b48feb8709d27b1c50f1ea6be2ce081692 Mon Sep 17 00:00:00 2001 From: Simeon Simeonov Date: Thu, 5 Jan 2023 23:36:20 +0100 Subject: Update setup.cfg and release --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index d6b2eb9..2a54a66 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,12 +13,12 @@ classifiers = Intended Audience :: Developers License :: OSI Approved :: BSD License Programming Language :: Python :: 3 - 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 + Programming Language :: Python :: 3.12 Programming Language :: Python :: Implementation Operating System :: OS Independent Topic :: Security :: Cryptography @@ -32,7 +32,7 @@ project_urls = package_dir = = src packages = find: -python_requires = >=3.6 +python_requires = >=3.7 [options.packages.find] where = src -- cgit v1.3