summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2022-08-24 11:25:48 +0800
committerGitHub <noreply@github.com>2022-08-23 23:25:48 -0400
commit73482073696bb2385250c26c6138bded8c1a24e8 (patch)
treedef3d7c4077ce2a02431f6230563cfb016045315 /pyproject.toml
parenteceb97975357fcc9eef3dabd01fa5f0737392164 (diff)
downloadpy-bcrypt-git-73482073696bb2385250c26c6138bded8c1a24e8.tar.gz
stop a deprecation warning and bump minimum setuptools (#396)
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d0f8243..be91aed 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,7 +1,7 @@
[build-system]
# Must be kept in sync with `setup_requirements` in `setup.py`
requires = [
- "setuptools>=40.8.0",
+ "setuptools>=42.0.0",
"wheel",
"setuptools-rust",
]