Skip to content

Commit e057503

Browse files
authored
Merge pull request #40 from adafruit/dhalbert-patch-1
Require at least Python 3.8 due to `/` in function prototypes
2 parents 8f48054 + 46bfa2a commit e057503

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ requires = [
1313
name = "adafruit-circuitpython-typing"
1414
description = "Types needed for type annotation that are not in `typing`"
1515
version = "0.0.0+auto.0"
16+
requires-python = ">=3.8"
1617
readme = "README.rst"
1718
authors = [
1819
{name = "Adafruit Industries", email = "[email protected]"}

0 commit comments

Comments
 (0)