summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg5
1 files changed, 3 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index c218df8..4985370 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -15,11 +15,12 @@ classifiers =
15 Intended Audience :: System Administrators 15 Intended Audience :: System Administrators
16 License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+) 16 License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
17 Programming Language :: Python :: 3 17 Programming Language :: Python :: 3
18 Programming Language :: Python :: 3.7
19 Programming Language :: Python :: 3.8 18 Programming Language :: Python :: 3.8
20 Programming Language :: Python :: 3.9 19 Programming Language :: Python :: 3.9
21 Programming Language :: Python :: 3.10 20 Programming Language :: Python :: 3.10
22 Programming Language :: Python :: 3.11 21 Programming Language :: Python :: 3.11
22 Programming Language :: Python :: 3.12
23 Programming Language :: Python :: 3.13
23 Operating System :: POSIX 24 Operating System :: POSIX
24 Topic :: Security :: Cryptography 25 Topic :: Security :: Cryptography
25 26
@@ -31,7 +32,7 @@ project_urls =
31package_dir = 32package_dir =
32 = src 33 = src
33packages = find: 34packages = find:
34python_requires = >=3.7 35python_requires = >=3.8
35 36
36install_requires = 37install_requires =
37 cryptography>=3.2 38 cryptography>=3.2