Skip to content

Commit ac11f61

Browse files
committed
Adding pyproject.toml to fix #609
1 parent bd2ebb2 commit ac11f61

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build-system]
2+
requires = ["setuptools", "wheel", "numpy>=1.15", "Cython>=0.29"]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
version=__version__,
2424
author=__author__,
2525
url=__url__,
26-
python_requires='>=3.7',
26+
python_requires='>=3.9',
2727
author_email="[email protected]",
2828
description="Multi-Objective Optimization in Python",
2929
license='Apache License 2.0',

0 commit comments

Comments
 (0)