Skip to content

Commit ccce61c

Browse files
committed
Add py311 and py312 classifiers to the toml
This matches our configuration for pyimagej.
1 parent a607b5c commit ccce61c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ classifiers = [
1919
"Programming Language :: Python :: 3.8",
2020
"Programming Language :: Python :: 3.9",
2121
"Programming Language :: Python :: 3.10",
22+
"Programming Language :: Python :: 3.11",
23+
"Programming Language :: Python :: 3.12",
2224
"License :: OSI Approved :: The Unlicense (Unlicense)",
2325
"Operating System :: Microsoft :: Windows",
2426
"Operating System :: Unix",

0 commit comments

Comments
 (0)