From c6efdb0671fbf2a1189f94c24600ab059cb017fb Mon Sep 17 00:00:00 2001 From: Caleb Spradlin <72508718+cssprad1@users.noreply.github.com> Date: Thu, 21 Nov 2024 11:15:25 -0500 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 931e61b..df70096 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,4 +3,4 @@ requires = ["setuptools", "wheel"] [tool.black] -target_version = ['py39'] +target_version = ['py310']