Skip to content

Commit

Permalink
dropped support for python3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
filip-komarzyniec committed May 27, 2024
1 parent 4a313e6 commit 5e721c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dynamic = ["version"]
dependencies = [
"numpy"
]
requires-python = ">= 3.6"
requires-python = ">= 3.7"
authors = [
{name = "Matthieu Viry", email = "[email protected]"},
]
Expand All @@ -24,7 +24,6 @@ classifiers = [
"Development Status :: 5 - Production/Stable",
"Operating System :: OS Independent",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit 5e721c5

Please sign in to comment.