Skip to content

Commit

Permalink
Merge pull request #40 from adafruit/dhalbert-patch-1
Browse files Browse the repository at this point in the history
Require at least Python 3.8 due to `/` in function prototypes
  • Loading branch information
FoamyGuy authored Mar 11, 2024
2 parents 8f48054 + 46bfa2a commit e057503
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "[email protected]"}
Expand Down

0 comments on commit e057503

Please sign in to comment.