diff --git a/pyproject.toml b/pyproject.toml index 9431baa..7b351d5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,11 +7,11 @@ name = 'scs' version = "3.2.4" description = 'Splitting conic solver' readme = 'README.md' -requires-python = '>=3.8' +requires-python = '>=3.7' license = {file = 'LICENSE'} authors = [ {name = "Brendan O'Donoghue", email = "bodonoghue85@gmail.com"}] dependencies = [ 'numpy', 'scipy', -] \ No newline at end of file +]