Skip to content

Commit f23c8fa

Browse files
authored
chore: update versions preparing for 3.4.1pre0 (#5135)
Updating the cve-bin-tool version and the supported python versions in preparation for when we release 3.4.1 Signed-off-by: Terri Oda <terri.oda@intel.com>
1 parent d5e8712 commit f23c8fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

cve_bin_tool/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
from cve_bin_tool.log import LOGGER
99
from cve_bin_tool.util import make_http_requests
1010

11-
VERSION: str = "3.4"
11+
VERSION: str = "3.4.1rc0"
1212

1313
HTTP_HEADERS: dict = {
1414
"User-Agent": f"cve-bin-tool/{VERSION} (https://github.com/intel/cve-bin-tool/)",

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,17 +35,17 @@
3535
url="https://github.com/intel/cve-bin-tool",
3636
license="GPL-3.0-or-later",
3737
keywords=["security", "tools", "CVE"],
38-
python_requires=">=3.8",
38+
python_requires=">=3.9",
3939
classifiers=[
4040
"Development Status :: 5 - Production/Stable",
4141
"Intended Audience :: Developers",
4242
"License :: OSI Approved :: GNU General Public License (GPL)",
4343
"Natural Language :: English",
4444
"Operating System :: OS Independent",
45-
"Programming Language :: Python :: 3.8",
4645
"Programming Language :: Python :: 3.9",
4746
"Programming Language :: Python :: 3.10",
4847
"Programming Language :: Python :: 3.11",
48+
"Programming Language :: Python :: 3.12",
4949
"Programming Language :: Python :: 3.13",
5050
"Programming Language :: Python :: Implementation :: CPython",
5151
"Programming Language :: Python :: Implementation :: PyPy",

0 commit comments

Comments
 (0)