Skip to content

Commit a211492

Browse files
committed
Use newer version of setuptools and wheel package for creating the
release artifact.
1 parent 0c4775f commit a211492

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
[build-system]
1717
requires = [
18-
"setuptools~=66.1",
19-
"wheel~=0.37.1"
18+
"setuptools~=70.1.1",
19+
"wheel~=0.43.0"
2020
]
2121
build-backend = "setuptools.build_meta"
2222

0 commit comments

Comments
 (0)