Skip to content

Commit

Permalink
Use Python 3.13 in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce committed Oct 12, 2024
1 parent f1dafd3 commit aad5d52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
name: "Run tests with Python ${{ matrix.python-version }} on ${{ matrix.os }}"
strategy:
matrix:
python-version: [ '3.8', '3.12', '3.13.0-rc.1' ]
python-version: [ '3.8', '3.12', '3.13' ]
os: [ "ubuntu-22.04", "ubuntu-24.04" ]
fail-fast: false

Expand Down

0 comments on commit aad5d52

Please sign in to comment.