Skip to content

Commit 2a3a14e

Browse files
[repo-helper] Configuration Update (#27)
* 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 bac8449 commit 2a3a14e

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-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.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- {python-version: "3.13.0-beta.2", testenvs: "py313-dev-jinja2{3.1,3.0,2.11,2.10},build", experimental: True}
3838
- {python-version: "pypy-3.7", testenvs: "pypy37-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
3939
- {python-version: "pypy-3.8", testenvs: "pypy38-jinja2{3.1,3.0,2.11,2.10},build", experimental: False}
40-
- {python-version: "pypy-3.9", testenvs: "pypy39-jinja2{3.1,3.0,2.11,2.10},build", experimental: True}
40+
- {python-version: "pypy-3.9-v7.3.15", testenvs: "pypy39-jinja2{3.1,3.0,2.11,2.10},build", experimental: True}
4141

4242
steps:
4343
- name: Checkout 🛎️

.github/workflows/python_ci_linux.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,15 @@ jobs:
131131
- name: Setup Python 🐍
132132
uses: "actions/setup-python@v5"
133133
with:
134-
python-version: 3.8
134+
python-version: 3.11
135135

136136
- name: Setup Conda
137-
uses: conda-incubator/setup-miniconda@v2
137+
uses: conda-incubator/setup-miniconda@v2.1.1
138138
with:
139139
activate-environment: env
140140
conda-build-version: 3.28.4
141-
python-version: "3.8"
141+
miniconda-version: py311_24.1.2-0
142+
python-version: "3.11"
142143
miniforge-variant: Mambaforge
143144

144145
- name: Install dependencies 🔧

0 commit comments

Comments
 (0)