We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e05d3 commit 4cfa0d3Copy full SHA for 4cfa0d3
.github/workflows/gh-ci.yaml
@@ -61,7 +61,7 @@ jobs:
61
62
# More info on options: https://github.com/conda-incubator/setup-miniconda
63
- name: Install conda dependencies
64
- uses: conda-incubator/setup-miniconda@v2
+ uses: conda-incubator/setup-miniconda@v3
65
with:
66
python-version: ${{ matrix.python-version }}
67
environment-file: devtools/conda-envs/test_env.yaml
pyproject.toml
@@ -16,7 +16,7 @@ maintainers = [
16
{name = "Ricky Sexton", email = "[email protected]"},
17
]
18
readme = "README.md"
19
-requires-python = ">=3.10"
+requires-python = ">=3.9"
20
dependencies = [
21
"MDAnalysis>=2.0.0",
22
"numpy",
0 commit comments