@@ -11,22 +11,21 @@ maintainers = [
1111 {name =" Chris Mahoney" , email =" toolbox-python@data-science-extensions.com" },
1212]
1313classifiers = [
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"
3029dependencies = [
3130 " typeguard==4.*" ,
3231 " more-itertools==10.*" ,
0 commit comments