Skip to content

Commit d8e903c

Browse files
committed
pyproject: add Python versions for pypi/github badge
Change-Id: Ib0b0d3feaca9d02fee78f047c31d6dd3451f74e2
1 parent d67a895 commit d8e903c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,14 @@ classifiers=[
9292
"Programming Language :: Python",
9393
"Programming Language :: Python :: 3",
9494
"Programming Language :: Python :: 3 :: Only",
95+
"Programming Language :: Python :: 3.8",
96+
"Programming Language :: Python :: 3.9",
97+
"Programming Language :: Python :: 3.10",
98+
"Programming Language :: Python :: 3.11",
99+
"Programming Language :: Python :: 3.12",
100+
"Programming Language :: Python :: 3.13",
101+
"Programming Language :: Python :: 3.14",
102+
"Programming Language :: Python :: 3.15",
95103
"Programming Language :: Python :: Implementation :: CPython",
96104
"Programming Language :: Python :: Implementation :: PyPy",
97105
"Topic :: Internet :: WWW/HTTP :: Dynamic Content :: Wiki",

0 commit comments

Comments
 (0)