Skip to content

Commit

Permalink
chore: Include Python 3.13 in CI and update intrinsic actions
Browse files Browse the repository at this point in the history
  • Loading branch information
achimnol committed Jan 18, 2025
1 parent 6d8a93e commit e256774
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,11 @@ jobs:
python-version:
- "3.11"
- "3.12"
- "3.13"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: "pip"
Expand Down Expand Up @@ -73,9 +74,9 @@ jobs:
id-token: write
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "pip"
Expand Down

0 comments on commit e256774

Please sign in to comment.