Skip to content

Commit

Permalink
gh-44: require Python>=3.7 (#45)
Browse files Browse the repository at this point in the history
Bump the minimum Python version to 3.7.

Closes: #44
  • Loading branch information
ntessore committed Apr 15, 2024
1 parent c00c66c commit 48468ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ classifiers = [
"License :: OSI Approved :: BSD License",
"Operating System :: OS Independent",
]
requires-python = ">=3.6"
requires-python = ">=3.7"
dependencies = [
"numpy",
]
Expand Down

0 comments on commit 48468ac

Please sign in to comment.