Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
pattonw committed Oct 9, 2024
1 parent 51b8b35 commit b174356
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version = "0.5.1"
description = "A rusty mutex watershed"
readme = "README.md"

requires-python = ">=3.6"
requires-python = ">=3.11"
classifiers = [
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Developers',
Expand All @@ -34,4 +34,6 @@ dev = [
"pytest",
"pytest-runner",
"matplotlib>=3.1.0",
"maturin",
"pip",
]

0 comments on commit b174356

Please sign in to comment.