Skip to content

Commit fa9b197

Browse files
committed
Add Python 3.13 to GitHub Actions CI
1 parent 2e95d06 commit fa9b197

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
os: [ 'ubuntu-24.04', 'ubuntu-22.04' ]
45-
python: [ '3.12', '3.11', '3.10', '3.9','3.8' ]
45+
python: [ '3.13', '3.12', '3.11', '3.10', '3.9', '3.8' ]
4646

4747
runs-on: ${{ matrix.os }}
4848
name: Python ${{ matrix.python }} on ${{ matrix.os }}

0 commit comments

Comments
 (0)