1+ [build-system ]
2+ requires = [" hatchling" ]
3+ build-backend = " hatchling.build"
4+
15[project ]
26name = " jsonmodels"
37version = " 2.7.0"
@@ -11,11 +15,11 @@ classifiers=[
1115 " License :: OSI Approved :: BSD License" ,
1216 " Natural Language :: English" ,
1317 " Programming Language :: Python :: 3" ,
14- " Programming Language :: Python :: 3.8" ,
15- " Programming Language :: Python :: 3.9" ,
1618 " Programming Language :: Python :: 3.10" ,
1719 " Programming Language :: Python :: 3.11" ,
1820 " Programming Language :: Python :: 3.12" ,
21+ " Programming Language :: Python :: 3.13" ,
22+ " Programming Language :: Python :: 3.14" ,
1923 " Programming Language :: Python :: 3 :: Only" ,
2024]
2125authors = [
@@ -41,9 +45,6 @@ dev = [
4145 " pytest" ,
4246 " pytest-cov" ,
4347 " sphinxcontrib-spelling" ,
44- " tox" ,
45- " virtualenv" ,
46- " wheel" ,
4748]
4849
4950[project .urls ]
@@ -56,7 +57,3 @@ max_line_length = 88
5657
5758[tool .isort ]
5859profile = " black"
59-
60- [build-system ]
61- requires = [" setuptools>=43.0.0" , " wheel" ]
62- build-backend = " setuptools.build_meta"
0 commit comments