Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ff094ac

Browse files
authored
Add an upper bound to virtualenv in the build deps (psf#5011)
1 parent 16085d8 commit ff094ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ d = ["aiohttp>=3.10"]
7171
jupyter = ["ipython>=7.8.0", "tokenize-rt>=3.2.0"]
7272

7373
[dependency-groups]
74-
build = ["hatch==1.15.1", "hatch-fancy-pypi-readme", "hatch-vcs"]
74+
build = ["hatch==1.15.1", "hatch-fancy-pypi-readme", "hatch-vcs", "virtualenv<21.0.0"]
7575
wheels = ["cibuildwheel==3.3.1", "pypyp==1.3.0"]
7676
binary = ["pyinstaller", "wheel>=0.45.1"]
7777

0 commit comments

Comments
 (0)