Commit 31c5582 1 parent 5a2e1fc commit 31c5582 Copy full SHA for 31c5582
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ project_name: MYPROJECT
19
19
20
20
# # List(str): a link to the authors file (preferred) or a list of authors
21
21
authors :
22
- - https://github.com/GH_HOST_ACCOUNT/MYPROJECT/blob/main/AUTHORS
22
+ - https://github.com/GH_HOST_ACCOUNT/MYPROJECT/blob/main/AUTHORS.md
23
23
24
24
# # List(str): a list of maintainers
25
25
# # Please note these _must_ be GitHub handles
@@ -73,7 +73,7 @@ src_install:
73
73
import_name : MYPACKAGE
74
74
75
75
# # str: a specification for the range of Python versions supported by this MDAKit
76
- python_requires : " >=3.9 "
76
+ python_requires : " >=3.10 "
77
77
78
78
# # str: a specification for the range of MDAnalysis versions supported by this MDAKit
79
79
mdanalysis_requires : " >=2.0.0"
You can’t perform that action at this time.
0 commit comments