From 4cfa0d33394d3bd355f4a0248ca5e70b5bc77f60 Mon Sep 17 00:00:00 2001 From: Ricky Sexton Date: Sun, 17 Nov 2024 20:21:31 -0700 Subject: [PATCH] updated conda-install workflow version --- .github/workflows/gh-ci.yaml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gh-ci.yaml b/.github/workflows/gh-ci.yaml index eacbe08..6fc8826 100644 --- a/.github/workflows/gh-ci.yaml +++ b/.github/workflows/gh-ci.yaml @@ -61,7 +61,7 @@ jobs: # More info on options: https://github.com/conda-incubator/setup-miniconda - name: Install conda dependencies - uses: conda-incubator/setup-miniconda@v2 + uses: conda-incubator/setup-miniconda@v3 with: python-version: ${{ matrix.python-version }} environment-file: devtools/conda-envs/test_env.yaml diff --git a/pyproject.toml b/pyproject.toml index 02cf425..88c2aa2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ maintainers = [ {name = "Ricky Sexton", email = "risexto878@gmail.com"}, ] readme = "README.md" -requires-python = ">=3.10" +requires-python = ">=3.9" dependencies = [ "MDAnalysis>=2.0.0", "numpy",