Skip to content

Commit 2ee1fdb

Browse files
committed
Add 3.14 to the action's test matrix
1 parent cce17b7 commit 2ee1fdb

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
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ['3.10', '3.11', '3.12', '3.13']
13+
python-version: ['3.10', '3.11', '3.12', '3.13', '3.14']
1414

1515
steps:
1616
- name: Checkout the repository

0 commit comments

Comments
 (0)