Skip to content

Commit

Permalink
Enable testing with Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
llimeht committed Sep 21, 2024
1 parent 41bf063 commit 5ae1fb6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13'
os:
- ubuntu-latest
- windows-latest
Expand All @@ -43,6 +44,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
allow-prereleases: true
cache: pip
cache-dependency-path: requirements/*.txt
- name: Install apt dependencies
Expand Down

0 comments on commit 5ae1fb6

Please sign in to comment.