File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 0.10.2] ( https://github.com/dbader/pytest-mypy/milestone/20 )
4+ * Update and loosen [ build-system] requirements.
5+
36## [ 0.10.1] ( https://github.com/dbader/pytest-mypy/milestone/19 )
47* Work around https://github.com/python/mypy/issues/14042 .
58* Add support for Python 3.11.
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [' setuptools ~= 50.3.0 ' , ' setuptools-scm[toml] ~= 5.0.0 ' , ' wheel ~ = 0.36.0 ' ]
3- build-backend = ' setuptools.build_meta'
2+ requires = [" setuptools >= 59.6 " , " setuptools-scm[toml] >= 6.4 " , " wheel > = 0.37.1 " ]
3+ build-backend = " setuptools.build_meta"
44
55[tool .setuptools_scm ]
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ testpaths = tests
9191[testenv:publish]
9292passenv = TWINE_*
9393deps =
94- build ~= 0.8 .0
94+ build[virtualenv] ~= 0.9 .0
9595 twine ~= 4.0.0
9696commands =
9797 {envpython} -m build --outdir {distdir} .
You can’t perform that action at this time.
0 commit comments