|
35 | 35 | url="https://github.com/intel/cve-bin-tool",
|
36 | 36 | license="GPL-3.0-or-later",
|
37 | 37 | keywords=["security", "tools", "CVE"],
|
38 |
| - python_requires=">=3.8", |
| 38 | + python_requires=">=3.9", |
39 | 39 | classifiers=[
|
40 | 40 | "Development Status :: 5 - Production/Stable",
|
41 | 41 | "Intended Audience :: Developers",
|
42 | 42 | "License :: OSI Approved :: GNU General Public License (GPL)",
|
43 | 43 | "Natural Language :: English",
|
44 | 44 | "Operating System :: OS Independent",
|
45 |
| - "Programming Language :: Python :: 3.8", |
46 | 45 | "Programming Language :: Python :: 3.9",
|
47 | 46 | "Programming Language :: Python :: 3.10",
|
48 | 47 | "Programming Language :: Python :: 3.11",
|
| 48 | + "Programming Language :: Python :: 3.12", |
49 | 49 | "Programming Language :: Python :: 3.13",
|
50 | 50 | "Programming Language :: Python :: Implementation :: CPython",
|
51 | 51 | "Programming Language :: Python :: Implementation :: PyPy",
|
|
0 commit comments