From 00e6f69e534e2c430dedac5d551a17d641464c45 Mon Sep 17 00:00:00 2001 From: Dillon Amburgey Date: Jul 12 2024 00:41:29 +0000 Subject: Update pyproject.toml to require Python 3.10 --- diff --git a/pyproject.toml b/pyproject.toml index 530ebdf..8d09aea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,6 @@ +[project] +requires-python = ">= 3.10" + [build-system] requires = ["setuptools"] build-backend = "setuptools.build_meta"