Skip to content

Commit 97413ba

Browse files
committed
CI: Remove Python 3.14 from pytest workflow
1 parent 58b8eee commit 97413ba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/pytests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,13 @@ on:
66
- main
77
pull_request:
88

9-
109
jobs:
1110
test:
1211
name: Run tests and collect coverage
1312
runs-on: ubuntu-latest
1413
strategy:
1514
matrix:
16-
python_version: [ "3.13", "3.14" ]
15+
python_version: ["3.13"]
1716
steps:
1817
- name: Checkout
1918
uses: actions/checkout@v6

0 commit comments

Comments
 (0)