Skip to content

Commit cf649b9

Browse files
authored
Merge pull request #148 from dmtucker/build-deps
Update build & publish deps
2 parents 35fab38 + d4a5bad commit cf649b9

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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]

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ testpaths = tests
9191
[testenv:publish]
9292
passenv = TWINE_*
9393
deps =
94-
build ~= 0.8.0
94+
build[virtualenv] ~= 0.9.0
9595
twine ~= 4.0.0
9696
commands =
9797
{envpython} -m build --outdir {distdir} .

0 commit comments

Comments
 (0)