Skip to content

Commit 74cc871

Browse files
committed
DOC: Fix Python version specification
Python 3.9 was specified twice, so I removed one. Python 3.12 was not specified but is now. This is possible as the RCs are already out and I doubt that it will cause any breaking changes for Python only projects.
1 parent cf6b5bf commit 74cc871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ classifiers = [
2222
"Programming Language :: Python",
2323
"Programming Language :: Python :: 3",
2424
"Programming Language :: Python :: 3.9",
25-
"Programming Language :: Python :: 3.9",
2625
"Programming Language :: Python :: 3.10",
2726
"Programming Language :: Python :: 3.11",
27+
"Programming Language :: Python :: 3.12",
2828
"Programming Language :: Python :: 3 :: Only",
2929
"Topic :: Software Development",
3030
"Topic :: Office/Business :: Financial :: Accounting",

0 commit comments

Comments
 (0)