Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Minimum python version 3.10
  • Loading branch information
GJHSimmons authored May 28, 2024
1 parent 4ed4e74 commit 1bab30b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies = [
"sympy>=1.9",
"scipy>=1.11",
]
requires-python = ">=3.9"
requires-python = ">=3.10"
#keywords = ["one", "two"]
#license = {text = "BSD-3-Clause"}
classifiers = [
Expand All @@ -26,4 +26,4 @@ classifiers = [
dynamic = ["version"]
#version = "0.0.3"

[tool.setuptools_scm]
[tool.setuptools_scm]

0 comments on commit 1bab30b

Please sign in to comment.