Skip to content

Commit a199b6d

Browse files
authored
Fix incorrect package version metadata (#323)
1 parent 77c305e commit a199b6d

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
@@ -51,9 +51,9 @@ classifiers = [
5151
"License :: OSI Approved :: MIT License",
5252
"Programming Language :: Python",
5353
"Programming Language :: Python :: 3",
54-
"Programming Language :: Python :: 3.9",
5554
"Programming Language :: Python :: 3.10",
5655
"Programming Language :: Python :: 3.11",
56+
"Programming Language :: Python :: 3.12",
5757
"Programming Language :: Python :: Implementation :: CPython",
5858
"Programming Language :: Python :: Implementation :: PyPy",
5959
]

0 commit comments

Comments
 (0)