Skip to content

Commit 51b8271

Browse files
authored
Fix windows classifier in testsuite (#4958)
1 parent 59aae2c commit 51b8271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testsuite/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
"License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)",
2222
"Operating System :: POSIX",
2323
"Operating System :: MacOS :: MacOS X",
24-
"Operating System :: Microsoft :: Windows ",
24+
"Operating System :: Microsoft :: Windows",
2525
"Programming Language :: Python",
2626
"Programming Language :: Python :: 3",
2727
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)