From 46bfa2a42c11bfce79b71c1f6fd70dc716c6347b Mon Sep 17 00:00:00 2001 From: Dan Halbert Date: Fri, 8 Mar 2024 10:47:38 -0500 Subject: [PATCH] Require at least Python 3.8 due to `/` in function prototypes --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 4babb73..f4bdc26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ requires = [ name = "adafruit-circuitpython-typing" description = "Types needed for type annotation that are not in `typing`" version = "0.0.0+auto.0" +requires-python = ">=3.8" readme = "README.rst" authors = [ {name = "Adafruit Industries", email = "circuitpython@adafruit.com"}