Skip to content

Commit 37b0933

Browse files
committed
chore: run tests for 3.13 and 3.14
Signed-off-by: Tudor Plugaru <[email protected]>
1 parent c65d622 commit 37b0933

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
@@ -22,7 +22,7 @@ jobs:
2222
test:
2323
strategy:
2424
matrix:
25-
python-version: ["3.10", "3.11", "3.12"]
25+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2626
os: [ubuntu-latest, windows-latest, macos-latest]
2727
runs-on: ${{ matrix.os }}
2828
steps:

0 commit comments

Comments
 (0)