Skip to content

Commit

Permalink
walked back upgrade to python >=3.10 requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
bwpriest committed May 23, 2024
1 parent 195f6ab commit ae1b1c0
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 @@ -16,7 +16,7 @@ authors = [
description = "Scalable Approximate Gaussian Process using Sparse Kriging"
readme = "README.md"
license = { file = "LICENSE-MIT" }
requires-python = ">=3.10"
requires-python = ">=3.8"
classifiers = [
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit ae1b1c0

Please sign in to comment.