Skip to content

Commit

Permalink
CI maintenance (update actions, add Python 3.13) (#830)
Browse files Browse the repository at this point in the history
  • Loading branch information
thp authored Sep 20, 2024
1 parent c2245b6 commit 6aca7ef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13.0-rc.2'
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit 6aca7ef

Please sign in to comment.