Skip to content

Commit f255905

Browse files
committed
Add Python 3.13 and 3.14 to CI matrix
1 parent 5bef773 commit f255905

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
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
os: [ubuntu-latest]
13-
python-version: ["3.10", "3.11", "3.12"]
13+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
1414
runs-on: ${{ matrix.os }}
1515

1616
steps:

0 commit comments

Comments
 (0)