Skip to content

Commit f77e473

Browse files
llucaxstefan-brus-frequenz
authored andcommitted
Remove Python 3.11 classifier
The supported python versions are already reported via `requires-python` so this is redundant and adds avoidable maintenance burden. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 91f825d commit f77e473

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ classifiers = [
3131
"License :: OSI Approved :: MIT License",
3232
"Programming Language :: Python :: 3",
3333
"Programming Language :: Python :: 3 :: Only",
34-
"Programming Language :: Python :: 3.11",
3534
"Topic :: Software Development :: Libraries",
3635
]
3736
requires-python = ">= 3.11, < 4"

0 commit comments

Comments
 (0)