Skip to content

Commit c0d0779

Browse files
authored
Mark that check-sdist is a Python 3.8+ only dependency (pyca#11499)
It has no versions that support Python 3.7. This is necessary to support using `uv` to manage our ci-constraints file
1 parent 467ffb0 commit c0d0779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ docs = ["sphinx >=5.3.0", "sphinx-rtd-theme >=1.1.1"]
7878
docstest = ["pyenchant >=1.6.11", "readme-renderer", "sphinxcontrib-spelling >=4.0.1"]
7979
sdist = ["build"]
8080
# `click` included because its needed to type check `release.py`
81-
pep8test = ["ruff", "mypy", "check-sdist", "click"]
81+
pep8test = ["ruff", "mypy", "check-sdist; python_version >= '3.8'", "click"]
8282

8383
[tool.maturin]
8484
python-source = "src"

0 commit comments

Comments
 (0)