@@ -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"
3735keywords = [
3836 " Python" ,
3937 " MEDLINE" ,
0 commit comments