Skip to content

Commit a7c3dc7

Browse files
Test on Python 3.14 (#855)
1 parent a62c090 commit a7c3dc7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
os: [ubuntu, macos]
21-
python-version: ["3.12", "3.13"]
21+
python-version: ["3.12", "3.13", "3.14"]
2222
steps:
2323
- uses: actions/checkout@v4
2424
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)