Skip to content

Commit 3c13230

Browse files
committed
fix: replace python 3.9 with 3.14
1 parent 106cca5 commit 3c13230

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/basic.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
env:
8989
REFERENCE_BRANCH: ${{ github['base_ref'] || github['head_ref'] }}
9090

91-
check-py39:
91+
check-py314:
9292
runs-on: ubuntu-latest
9393
if: github.event_name != 'push' || github.repository == 'DIRACGrid/DIRAC'
9494
timeout-minutes: 30
@@ -111,9 +111,9 @@ jobs:
111111
- uses: actions/checkout@v4
112112
- name: Fail-fast for outdated pipelines
113113
run: .github/workflows/fail-fast.sh
114-
- name: fix python3.9
114+
- name: fix python3.14
115115
run: |
116-
sed -i "s/python =3.11/python =3.9/g" environment.yml
116+
sed -i "s/python =3.11/python =3.14/g" environment.yml
117117
- uses: conda-incubator/setup-miniconda@v3
118118
with:
119119
environment-file: environment.yml

0 commit comments

Comments
 (0)