Skip to content

Commit 23ae592

Browse files
committed
Remove python 3.14 for now as it is hanging.
1 parent 6e05424 commit 23ae592

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
os: [ubuntu-latest, macos-latest-large]
16-
python: ['3.10', '3.12', '3.14']
16+
python: ['3.10', '3.12']
1717
steps:
1818
- uses: actions/checkout@v5
1919
- name: Use Python ${{ matrix.python }}

0 commit comments

Comments
 (0)