We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddb38b4 commit 3b5ebc8Copy full SHA for 3b5ebc8
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import find_packages, setup
2
3
__title__ = "ssllabsscan"
4
-__version__ = "2.0.1"
+__version__ = "2.1.0"
5
__author__ = "Kay Hau"
6
__email__ = "virtualda@gmail.com"
7
__uri__ = "https://github.com/kyhau/ssllabs-scan"
@@ -19,10 +19,10 @@
19
20
CLASSIFIERS = [
21
"Programming Language :: Python :: 3",
22
- "Programming Language :: Python :: 3.7",
23
"Programming Language :: Python :: 3.8",
24
"Programming Language :: Python :: 3.9",
25
"Programming Language :: Python :: 3.10",
+ "Programming Language :: Python :: 3.11",
26
"Programming Language :: Python :: 3 :: Only",
27
]
28
0 commit comments