Skip to content

Commit

Permalink
chore(ci): test with Python 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Sep 24, 2024
1 parent 6a92c93 commit 5de0343
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- '3.10'
- '3.11'
- '3.12'
- '3.13'

steps:
- uses: actions/checkout@v4
Expand All @@ -26,6 +27,7 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: pip
cache-dependency-path: requirements*.txt
allow-prereleases: true
- run: pip install -r requirements-test.txt
- name: Compile
env:
Expand Down

0 comments on commit 5de0343

Please sign in to comment.