diff --git a/pyproject.toml b/pyproject.toml index 6557b72..ae1514d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [build-system] build-backend = "setuptools.build_meta" -requires = ["setuptools>=61.0", "wheel"] +requires = ["setuptools>=83.0.0", "wheel"] [project] name = "Python-Logo-Widgets"