You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/branch.yaml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ jobs:
8
8
strategy:
9
9
fail-fast: false
10
10
matrix:
11
-
python-version: ['3.11', '3.12', '3.13']
11
+
python-version: ['3.11', '3.12', '3.13', '3.14']
12
12
13
13
steps:
14
14
- uses: actions/checkout@v4
@@ -32,7 +32,7 @@ jobs:
32
32
strategy:
33
33
fail-fast: false
34
34
matrix:
35
-
python-version: ['3.11', '3.12', '3.13']
35
+
python-version: ['3.11', '3.12', '3.13', '3.14']
36
36
steps:
37
37
- uses: actions/checkout@v4
38
38
@@ -59,4 +59,4 @@ jobs:
59
59
SAFETY_API_KEY: ${{ secrets.SAFETY_API_KEY }}
60
60
61
61
- 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"
0 commit comments