Skip to content

Commit

Permalink
Merge pull request #148 from dmtucker/build-deps
Browse files Browse the repository at this point in the history
Update build & publish deps
  • Loading branch information
dmtucker committed Nov 25, 2022
2 parents 35fab38 + d4a5bad commit cf649b9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## [0.10.2](https://github.com/dbader/pytest-mypy/milestone/20)
* Update and loosen [build-system] requirements.

## [0.10.1](https://github.com/dbader/pytest-mypy/milestone/19)
* Work around https://github.com/python/mypy/issues/14042.
* Add support for Python 3.11.
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ['setuptools ~= 50.3.0', 'setuptools-scm[toml] ~= 5.0.0', 'wheel ~= 0.36.0']
build-backend = 'setuptools.build_meta'
requires = ["setuptools >= 59.6", "setuptools-scm[toml] >= 6.4", "wheel >= 0.37.1"]
build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ testpaths = tests
[testenv:publish]
passenv = TWINE_*
deps =
build ~= 0.8.0
build[virtualenv] ~= 0.9.0
twine ~= 4.0.0
commands =
{envpython} -m build --outdir {distdir} .
Expand Down

0 comments on commit cf649b9

Please sign in to comment.