|
2 | 2 | # https://packaging.python.org/en/latest/specifications/pyproject-toml/ |
3 | 3 |
|
4 | 4 | [build-system] |
5 | | -requires = ["setuptools>=77"] |
| 5 | +requires = ["setuptools>=82", "wheel>=0.46.3"] |
6 | 6 | build-backend = "setuptools.build_meta" |
7 | 7 |
|
8 | 8 | [project] |
@@ -40,7 +40,6 @@ classifiers = [ |
40 | 40 | "Programming Language :: Python :: 3.13", |
41 | 41 | "Programming Language :: Python :: 3.14", |
42 | 42 | "Programming Language :: Python :: Implementation :: CPython", |
43 | | - "Programming Language :: Python :: Implementation :: PyPy", |
44 | 43 | ] |
45 | 44 |
|
46 | 45 | [project.urls] |
@@ -71,15 +70,15 @@ linting = [ |
71 | 70 | ] |
72 | 71 |
|
73 | 72 | packaging = [ |
74 | | - "check-manifest==0.50", |
| 73 | + "check-manifest==0.51", |
75 | 74 | "readme-renderer==44.0", |
76 | | - "build>=1.3.0,<2", |
| 75 | + "build>=1.4.2,<2", |
77 | 76 | "twine>=6.2.0,<7", |
78 | | - "wheel>=0.45.1,<1", |
| 77 | + "wheel>=0.46.3,<1", |
79 | 78 | ] |
80 | 79 |
|
81 | 80 | docs = [ |
82 | | - "sphinx>=7.4.7,<9", |
| 81 | + "sphinx>=9.1.0,<10", |
83 | 82 | ] |
84 | 83 |
|
85 | 84 | [tool.setuptools.packages.find] |
@@ -170,16 +169,15 @@ source = [ |
170 | 169 |
|
171 | 170 | [tool.tox] |
172 | 171 | min_version = "4.23.2" |
173 | | -env_list = [ "py310", "py311", "py312", "py313", "py314", "pypy311", "lint", "docs", "packaging" ] |
| 172 | +env_list = [ "py310", "py311", "py312", "py313", "py314", "lint", "docs", "packaging" ] |
174 | 173 |
|
175 | 174 | [tool.tox.gh-actions] |
176 | 175 | python = """ |
177 | | - 3.10: py310, h2spec, lint, docs, packaging |
| 176 | + 3.10: py310, h2spec, lint, packaging |
178 | 177 | 3.11: py311 |
179 | 178 | 3.12: py312 |
180 | | - 3.13: py313 |
| 179 | + 3.13: py313, docs |
181 | 180 | 3.14: py314 |
182 | | - pypy3.11: pypy311 |
183 | 181 | """ |
184 | 182 |
|
185 | 183 | [tool.tox.env_run_base] |
|
0 commit comments