Skip to content

Commit c9155b7

Browse files
Update pyproject: better tags, drop old versions, require python properly
1 parent e5b035d commit c9155b7

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

pyproject.toml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,18 @@ classifiers = [
2020
"License :: OSI Approved :: MIT License",
2121
"Programming Language :: Python",
2222
"Natural Language :: English",
23+
"Topic :: Documentation :: Sphinx"
2324
"Topic :: Software Development",
2425
"Topic :: Software Development :: Libraries :: Python Modules",
2526
"Topic :: Scientific/Engineering",
2627
"Topic :: Scientific/Engineering :: Information Analysis",
27-
"Operating System :: Microsoft :: Windows",
28-
"Operating System :: Unix",
29-
"Operating System :: MacOS",
30-
"Programming Language :: Python :: 3.6",
31-
"Programming Language :: Python :: 3.7",
32-
"Programming Language :: Python :: 3.8",
28+
"Operating System :: OS Independent",
3329
"Programming Language :: Python :: 3.9",
3430
"Programming Language :: Python :: 3.10",
35-
"Programming Language :: Python :: 3.11"
31+
"Programming Language :: Python :: 3.11",
32+
"Programming Language :: Python :: 3.12"
3633
]
34+
requires-python = ">=3.9,<=3.13"
3735
keywords = [
3836
"Python",
3937
"MEDLINE",

0 commit comments

Comments
 (0)