From a946a1639c3db371595951dda608962b8872d1ed Mon Sep 17 00:00:00 2001 From: David Huggins-Daines Date: Wed, 31 Jul 2024 16:53:51 -0400 Subject: [PATCH] fix: oops, misread setup.py --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 597bd82b..e1ccde7a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ [project.optional-dependencies] dev = [ - "atheris; python_version >= '3.12'", + "atheris; python_version < '3.12'", "black", "mypy == 0.931", "nox",