Skip to content

Commit 82ba3c5

Browse files
authored
Merge branch 'main' into update-setup
2 parents ec5548c + 6c2bca5 commit 82ba3c5

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/pytest.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ on: [push]
44
jobs:
55
build:
66
runs-on: ubuntu-latest
7+
if: github.event.pull_request.draft == false
78
strategy:
89
matrix:
9-
python-version: [3.8, 3.9, '3.10', 3.11, 3.12, 3.13]
10+
python-version: ['3.10', 3.11, 3.12, 3.13, 3.14]
11+
1012
steps:
1113
- name: Checkout repository
1214
uses: actions/checkout@v4
@@ -52,5 +54,5 @@ jobs:
5254
- uses: codecov/codecov-action@v4
5355
with:
5456
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
55-
if: success() && matrix.python-version == 3.13
57+
if: success() && matrix.python-version == 3.14
5658

0 commit comments

Comments
 (0)