Skip to content

Commit 4cfa0d3

Browse files
committed
updated conda-install workflow version
1 parent b3e05d3 commit 4cfa0d3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
# More info on options: https://github.com/conda-incubator/setup-miniconda
6363
- name: Install conda dependencies
64-
uses: conda-incubator/setup-miniconda@v2
64+
uses: conda-incubator/setup-miniconda@v3
6565
with:
6666
python-version: ${{ matrix.python-version }}
6767
environment-file: devtools/conda-envs/test_env.yaml

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ maintainers = [
1616
{name = "Ricky Sexton", email = "[email protected]"},
1717
]
1818
readme = "README.md"
19-
requires-python = ">=3.10"
19+
requires-python = ">=3.9"
2020
dependencies = [
2121
"MDAnalysis>=2.0.0",
2222
"numpy",

0 commit comments

Comments
 (0)