Skip to content

Commit

Permalink
Update pyproject.toml (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali-Tehrani authored Aug 17, 2023
1 parent 6fa1531 commit 66420e4
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 @@ -10,7 +10,7 @@ authors = [
description = "Grid performs numerical integration, interpolation and differentiation."
readme = "README.md"
license = {text = "GPL-3.0-or-later"}
requires-python = ">=3.6"
requires-python = ">=3.7"
classifiers = [
'Development Status :: 0 - Released',
'Environment :: Console',
Expand All @@ -21,7 +21,6 @@ classifiers = [
'Intended Audience :: Science/Research',
"Intended Audience :: Education",
"Natural Language :: English",
'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 66420e4

Please sign in to comment.