Skip to content

Commit

Permalink
Update "Set up Python" to use 3.13 (#2180)
Browse files Browse the repository at this point in the history
  • Loading branch information
arkid15r authored Dec 18, 2024
1 parent 6f449f5 commit 51e25b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
uses: actions/setup-python@v5
with:
check-latest: true
python-version: '3.12'
python-version: '3.13'

- name: Run pre-commit
uses: pre-commit/action@v3.0.1
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
requirements/runtime.txt
requirements/tests.txt
check-latest: true
python-version: '3.12'
python-version: '3.13'

- name: Get package artifacts
uses: actions/download-artifact@v4
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
with:
cache: pip
cache-dependency-path: requirements/docs.txt
python-version: '3.12'
python-version: '3.13'

- name: Install dependencies
run: |
Expand Down

0 comments on commit 51e25b7

Please sign in to comment.