|
28 | 28 | "nassl.ocsp_response", |
29 | 29 | "nassl.cert_chain_verifier", |
30 | 30 | ], |
31 | | - "description": "Experimental OpenSSL wrapper for Python 3.8+ and SSLyze.", |
| 31 | + "description": "Experimental OpenSSL wrapper for Python 3.9+ and SSLyze.", |
32 | 32 | "author": __author__, |
33 | 33 | "author_email": "nabla.c0d3@gmail.com", |
34 | 34 | "url": "https://github.com/nabla-c0d3/nassl", |
35 | | - "python_requires": ">=3.8", |
| 35 | + "python_requires": ">=3.9", |
36 | 36 | "classifiers": [ |
37 | 37 | "Development Status :: 4 - Beta", |
38 | 38 | "Intended Audience :: Developers", |
39 | 39 | "Intended Audience :: System Administrators", |
40 | 40 | "Natural Language :: French", |
41 | 41 | "License :: OSI Approved :: GNU Affero General Public License v3", |
42 | | - "Programming Language :: Python :: 3.8", |
43 | 42 | "Programming Language :: Python :: 3.9", |
44 | 43 | "Programming Language :: Python :: 3.10", |
45 | 44 | "Programming Language :: Python :: 3.11", |
46 | 45 | "Programming Language :: Python :: 3.12", |
| 46 | + "Programming Language :: Python :: 3.13", |
47 | 47 | "Topic :: System :: Networking", |
48 | 48 | "Topic :: System :: Monitoring", |
49 | 49 | "Topic :: System :: Networking :: Monitoring", |
|
0 commit comments