diff --git a/pyproject.toml b/pyproject.toml index 98acf6a..fca9a35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,5 +50,5 @@ ignore = [ known-first-party = ["chesscom"] [build-system] -requires = ["setuptools>=82.0.1", "wheel"] +requires = ["setuptools>=83.0.0", "wheel"] build-backend = "setuptools.build_meta"