Skip to content

Commit

Permalink
Add Python 3.13 to GitHub Actions CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrukman committed Nov 11, 2024
1 parent 2e95d06 commit fa9b197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
fail-fast: false
matrix:
os: [ 'ubuntu-24.04', 'ubuntu-22.04' ]
python: [ '3.12', '3.11', '3.10', '3.9','3.8' ]
python: [ '3.13', '3.12', '3.11', '3.10', '3.9', '3.8' ]

runs-on: ${{ matrix.os }}
name: Python ${{ matrix.python }} on ${{ matrix.os }}
Expand Down

0 comments on commit fa9b197

Please sign in to comment.