Skip to content

Commit

Permalink
allow down to python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
GiovanniBussi committed Oct 17, 2024
1 parent ca261b2 commit 4236c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ def description():
"Topic :: Scientific/Engineering"
],
install_requires=deps(),
python_requires='>=3.9',
python_requires='>=3.6',
# scripts=['bin/mdrefine'] # command line?
)
)

0 comments on commit 4236c2e

Please sign in to comment.