summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorPierre Sassoulas <pierre.sassoulas@gmail.com>2023-02-08 22:45:44 +0100
committerGitHub <noreply@github.com>2023-02-08 21:45:44 +0000
commit5c9115308d3defeceeeeab9b1fc0de2bdb5af6f9 (patch)
tree2d562b653244a3ded3bd8484db6ef65889853bd2 /pyproject.toml
parent844d5459ad018abde0a1db54109f8f99fc19cf86 (diff)
downloadastroid-git-5c9115308d3defeceeeeab9b1fc0de2bdb5af6f9.tar.gz
Clean-up and fix tox's commands (#1963)
* [tox] Add python 3.11 to the list of interpreters Refs #1960 * Update build system dependencies * Update pre-commit requirements * Fix Sphinx errors --------- Co-authored-by: Avram Lubkin <aviso@rockhopper.net>
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 3fac032e..8c105825 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
-requires = ["setuptools~=62.6", "wheel~=0.37.1"]
+requires = ["setuptools>=64.0", "wheel>=0.37.1"]
build-backend = "setuptools.build_meta"
[project]