Skip to content

Commit

Permalink
Merge pull request #340 from mattwthompson/patch-1
Browse files Browse the repository at this point in the history
Bump minimum Python version to 3.10
  • Loading branch information
IAlibay authored Aug 22, 2024
2 parents d5fe979 + 8ded25b commit 9515596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
"Topic :: Scientific/Engineering :: Chemistry",
]
urls = {Homepage = "https://github.com/OpenFreeEnergy/gufe"}
requires-python = ">= 3.8"
requires-python = ">= 3.10"
dependencies = [
"numpy",
"networkx",
Expand Down

0 comments on commit 9515596

Please sign in to comment.