Skip to content

Commit 421e3eb

Browse files
authored
Update Classifiers (#9)
1 parent e6674e5 commit 421e3eb

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,16 @@ classifiers = [
1010
"Programming Language :: Python",
1111
"Programming Language :: Python :: 3",
1212
"Programming Language :: Python :: 3 :: Only",
13-
"Programming Language :: Python :: 3.06",
14-
"Programming Language :: Python :: 3.07",
15-
"Programming Language :: Python :: 3.08",
16-
"Programming Language :: Python :: 3.09",
13+
"Programming Language :: Python :: 3.7",
14+
"Programming Language :: Python :: 3.8",
15+
"Programming Language :: Python :: 3.9",
1716
"Programming Language :: Python :: 3.10",
1817
"Programming Language :: Python :: 3.11",
1918
"Programming Language :: Python :: 3.12",
2019
"Programming Language :: Python :: 3.13",
2120
"Programming Language :: Python :: 3.14",
2221
"Operating System :: OS Independent",
23-
"License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)",
22+
"License :: License :: OSI Approved :: MIT License",
2423
"Natural Language :: English",
2524
]
2625
license = { text = "MIT" }

0 commit comments

Comments
 (0)