Skip to content

Commit 85f0568

Browse files
committed
Drop Python 3.9 support from pyproject.toml -- not strictly needed yet but this will likely avoid future problems
1 parent 7a830af commit 85f0568

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = [
66
]
77
license = "MIT"
88
readme = "README.md"
9-
requires-python = ">=3.9"
9+
requires-python = ">=3.10"
1010
dynamic = ["version"]
1111
dependencies = [
1212
"numpy",

0 commit comments

Comments
 (0)