Skip to content

Commit

Permalink
chnanged the supported Python versions, added a constraint on the num…
Browse files Browse the repository at this point in the history
…py version
  • Loading branch information
djfrancesco committed Feb 26, 2024
1 parent f53d3e2 commit c7a78bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "edsger"
dynamic = ["version"]
description = "Graph algorithms in Cython."
readme = "README.md"
requires-python = ">=3.8"
requires-python = ">=3.11"
license = {text = "MIT License"}
authors = [
{ name = "François Pacull", email = "[email protected]" },
Expand All @@ -26,7 +26,7 @@ classifiers = [
dependencies = [
"setuptools",
"setuptools_scm",
"numpy",
"numpy>=1.26",
"Cython>=3",
"pandas",
]
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Runtime requirements
setuptools
setuptools_scm
numpy
numpy>=1.26
Cython>=3
pandas

0 comments on commit c7a78bc

Please sign in to comment.