Skip to content

Commit b8a8432

Browse files
authored
Drop Python 3.7
1 parent 18192e1 commit b8a8432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "george"
33
description = "Blazingly fast Gaussian Processes for regression."
44
readme = "README.rst"
55
authors = [{ name = "Daniel Foreman-Mackey", email = "foreman.mackey@gmail.com" }]
6-
requires-python = ">=3.7"
6+
requires-python = ">=3.8"
77
license = { file = "LICENSE" }
88
urls = { Homepage = "https://github.com/dfm/george" }
99
dependencies = ["numpy", "scipy"]

0 commit comments

Comments
 (0)