Skip to content

Commit

Permalink
Re-allow Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpitkin committed Jul 3, 2024
1 parent bda209c commit 4e239a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ classifiers=[
"Operating System :: MacOS",
"Operating System :: POSIX :: Linux",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
Expand All @@ -41,7 +42,7 @@ dynamic = [
"version",
]

requires-python = ">=3.9, <4"
requires-python = ">=3.8, <4"
dependencies = [
"numpy",
"scipy",
Expand Down

0 comments on commit 4e239a1

Please sign in to comment.