Skip to content

Commit cd18564

Browse files
committed
Update min versions python + MDAnalysis
1 parent 18c99bd commit cd18564

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mdakits/membrane-curvature/metadata.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ src_install:
7474
import_name: membrane_curvature
7575

7676
## str: a specification for the range of Python versions supported by this MDAKit
77-
python_requires: ">=3.9"
77+
python_requires: ">=3.11"
7878

7979
## str: a specification for the range of MDAnalysis versions supported by this MDAKit
80-
mdanalysis_requires: ">=2.0.0"
80+
mdanalysis_requires: ">=2.4.0"
8181

8282
## List(str): a list of commands to use when attempting to run the MDAKit's tests
8383
## If you package your tests inside your package then you can typically use the

0 commit comments

Comments
 (0)