Skip to content

Commit 9539b89

Browse files
committed
ci: test with Python 3.14
1 parent e83ad3d commit 9539b89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
runs-on: ubuntu-latest
8282
strategy:
8383
matrix:
84-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
84+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
8585
steps:
8686
- name: Checkout source code
8787
uses: actions/checkout@v4

0 commit comments

Comments
 (0)