Skip to content

Commit fbdb591

Browse files
committed
Update CI configuration to include Python 3.13 in the workflow matrix
1 parent bbeae82 commit fbdb591

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest, windows-latest, macos-latest]
15-
python-version: ['3.9', '3.10', '3.11', '3.12']
15+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13']
1616
exclude:
1717
# Reduce matrix for faster CI
1818
- os: windows-latest

0 commit comments

Comments
 (0)