Skip to content

Commit

Permalink
ci: add pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
william-silversmith committed Feb 8, 2024
1 parent 2359413 commit 7d43ccc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[build-system]
requires = [
"setuptools",
"wheel",
"oldest-supported-numpy",
]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def __repr__(self):

setuptools.setup(
setup_requires=['pbr'],
python_requires=">=3.7,<4.0", # >= 3.6 < 4.0
python_requires=">=3.7,<4.0",
include_package_data=True,
ext_modules=[
setuptools.Extension(
Expand Down

0 comments on commit 7d43ccc

Please sign in to comment.