Skip to content

Commit eec9434

Browse files
authored
🔧 Update classifiers for Python 3.11 and Python 3.12 (#110)
1 parent 5266b7d commit eec9434

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ classifiers = [
1919
"Intended Audience :: System Administrators",
2020
"License :: OSI Approved :: MIT License",
2121
"Programming Language :: Python :: 3 :: Only",
22-
"Programming Language :: Python :: 3.7",
2322
"Programming Language :: Python :: 3.8",
2423
"Programming Language :: Python :: 3.9",
2524
"Programming Language :: Python :: 3.10",
25+
"Programming Language :: Python :: 3.11",
26+
"Programming Language :: Python :: 3.12",
2627
"Topic :: Internet",
2728
"Typing :: Typed",
2829
]

0 commit comments

Comments
 (0)