Skip to content

Commit eed97d8

Browse files
committed
Reorder classifiers and update Python requirement syntax in pyproject.toml
1 parent c6e48f4 commit eed97d8

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,22 +11,21 @@ maintainers = [
1111
{name="Chris Mahoney", email="toolbox-python@data-science-extensions.com"},
1212
]
1313
classifiers = [
14-
"Topic :: Software Development :: Build Tools",
15-
"Topic :: Software Development :: Libraries :: Python Modules",
1614
"Development Status :: 5 - Production/Stable",
1715
"License :: OSI Approved :: MIT License",
16+
"Topic :: Software Development :: Build Tools",
17+
"Topic :: Software Development :: Libraries :: Python Modules",
18+
"Topic :: Software Development :: Testing :: Unit",
19+
"Topic :: Utilities",
1820
"Programming Language :: Python :: 3",
1921
"Programming Language :: Python :: 3.9",
2022
"Programming Language :: Python :: 3.10",
2123
"Programming Language :: Python :: 3.11",
2224
"Programming Language :: Python :: 3.12",
2325
"Programming Language :: Python :: 3.13",
2426
"Intended Audience :: Developers",
25-
"Topic :: Software Development :: Libraries :: Python Modules",
26-
"Topic :: Software Development :: Testing :: Unit",
27-
"Topic :: Utilities",
2827
]
29-
requires-python = ">3.9,<4.0"
28+
requires-python = ">=3.9,<4.0"
3029
dependencies = [
3130
"typeguard==4.*",
3231
"more-itertools==10.*",

0 commit comments

Comments
 (0)