Skip to content

Commit 8c88370

Browse files
committed
Add Python 3.13 to CI versions
1 parent 3be3d88 commit 8c88370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
os: [ubuntu-latest, macos-latest, windows-latest]
25-
python-version: ['3.10', '3.11', '3.12']
25+
python-version: ['3.10', '3.11', '3.12', '3.13']
2626

2727
steps:
2828
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)