Skip to content

Commit ab4ac4f

Browse files
committed
add Python 3.13 to tests
Signed-off-by: Lance-Drane <[email protected]>
1 parent 0ab6094 commit ab4ac4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
name: Windows/MacOS unit tests
3939
strategy:
4040
matrix:
41-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
41+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
4242
os:
4343
- macos-latest
4444
- windows-latest
@@ -61,7 +61,7 @@ jobs:
6161
name: Test with coverage
6262
strategy:
6363
matrix:
64-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
64+
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
6565
os:
6666
- ubuntu-latest
6767
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)