Skip to content

Commit c3d59d7

Browse files
[repo-helper] Configuration Update (#107)
* Updated files with 'repo_helper'. * Updated files with 'repo_helper'. --------- Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 8192389 commit c3d59d7

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

.github/workflows/conda_ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,15 @@ jobs:
2424
- name: Setup Python 🐍
2525
uses: "actions/setup-python@v5"
2626
with:
27-
python-version: "3.8"
27+
python-version: "3.11"
2828

2929
- name: Setup Conda
30-
uses: conda-incubator/setup-miniconda@v2
30+
uses: conda-incubator/setup-miniconda@v2.1.1
3131
with:
3232
activate-environment: env
3333
conda-build-version: 3.28.4
34-
python-version: "3.8"
34+
miniconda-version: py311_24.1.2-0
35+
python-version: "3.11"
3536
miniforge-variant: Mambaforge
3637

3738
- name: Install dependencies 🔧

.github/workflows/python_ci_linux.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,14 +188,15 @@ jobs:
188188
- name: Setup Python 🐍
189189
uses: "actions/setup-python@v5"
190190
with:
191-
python-version: 3.8
191+
python-version: 3.11
192192

193193
- name: Setup Conda
194-
uses: conda-incubator/setup-miniconda@v2
194+
uses: conda-incubator/setup-miniconda@v2.1.1
195195
with:
196196
activate-environment: env
197197
conda-build-version: 3.28.4
198-
python-version: "3.8"
198+
miniconda-version: py311_24.1.2-0
199+
python-version: "3.11"
199200
miniforge-variant: Mambaforge
200201

201202
- name: Install dependencies 🔧

.github/workflows/python_ci_macos.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ jobs:
3636
- {python-version: "3.11", testenvs: "py311,build", experimental: False}
3737
- {python-version: "3.12", testenvs: "py312,build", experimental: False}
3838
- {python-version: "3.13.0-beta.2", testenvs: "py313-dev,build", experimental: True}
39-
- {python-version: "pypy-3.6", testenvs: "pypy36,build", experimental: False}
4039
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: False}
4140
- {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: False}
4241
- {python-version: "pypy-3.9", testenvs: "pypy39,build", experimental: True}

0 commit comments

Comments
 (0)