Skip to content

Commit 2394c25

Browse files
committed
- Accept new licenses.
- Add Python 3.14 testing.
1 parent f5838a6 commit 2394c25

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/branch.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
python-version: ['3.11', '3.12', '3.13']
11+
python-version: ['3.11', '3.12', '3.13', '3.14']
1212

1313
steps:
1414
- uses: actions/checkout@v4
@@ -32,7 +32,7 @@ jobs:
3232
strategy:
3333
fail-fast: false
3434
matrix:
35-
python-version: ['3.11', '3.12', '3.13']
35+
python-version: ['3.11', '3.12', '3.13', '3.14']
3636
steps:
3737
- uses: actions/checkout@v4
3838

@@ -59,4 +59,4 @@ jobs:
5959
SAFETY_API_KEY: ${{ secrets.SAFETY_API_KEY }}
6060

6161
- name: Check for acceptable licenses
62-
run: uv run pip-licenses --allow-only="MIT;MIT License;BSD License;Python Software Foundation License;Apache Software License;Mozilla Public License 2.0 (MPL 2.0);ISC License (ISCL);The Unlicense (Unlicense);UNKNOWN;Apache-2.0;Apache-2.0 or BSD-3-Clause"
62+
run: uv run pip-licenses --allow-only="Apache-2.0 AND CNRI-Python;MIT;MIT License;BSD License;BSD-3-Clause;Python Software Foundation License;Apache Software License;Mozilla Public License 2.0 (MPL 2.0);ISC License (ISCL);The Unlicense (Unlicense);UNKNOWN;Apache-2.0;Apache-2.0 or BSD-3-Clause;PSF-2.0;Unlicense"

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
fail-fast: false
1212
matrix:
13-
python-version: ['3.13']
13+
python-version: ['3.14']
1414
steps:
1515
- uses: actions/checkout@v4
1616

0 commit comments

Comments
 (0)