Skip to content

Commit fce645f

Browse files
chore(deps): updated python to 3.14.0. (#367)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d8c6b57 commit fce645f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- uses: actions/checkout@v6
4444
- uses: actions/setup-python@v6
4545
with:
46-
python-version: '3.12'
46+
python-version: '3.14'
4747

4848
- name: Set release name
4949
run: echo "RELEASE_NAME=eoapi-$(echo "${{ github.sha }}" | cut -c1-8)" >> "$GITHUB_ENV"
@@ -91,7 +91,7 @@ jobs:
9191
node-version: '24'
9292
- uses: actions/setup-python@v6
9393
with:
94-
python-version: '3.12'
94+
python-version: '3.14'
9595

9696
- name: Check documentation
9797
run: ./eoapi-cli docs check

0 commit comments

Comments
 (0)