Skip to content

Commit 1491d73

Browse files
committed
⚙️ licensing
1 parent 2cba9d5 commit 1491d73

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
fail-fast: false
167167
matrix:
168168
os: [ubuntu-latest ] # FIXME add other platforms when much quicker macOS-latest, windows-latest]
169-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
169+
python-version: ["3.8", "3.9", "3.10", "3.11"] # FIXME Test on later python versions, "3.12", "3.13"]
170170
multi-platform:
171171
- ${{ github.ref == 'refs/heads/main' || github.event_name == 'workflow_dispatch' }}
172172
# include:

pyproject.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,17 @@ tomli="MIT"
4747
markdown-it-py="MIT"
4848
mdurl="MIT"
4949
cryptography="((Apache-2.0 OR BSD-3-Clause) AND PSF-2.0)"
50+
click="BSD-3-Clause"
51+
click-default-group="BSD-3-Clause"
52+
urllib3="MIT"
53+
incremental="MIT"
54+
jaraco-functools="MIT"
55+
jaraco-context="MIT"
56+
importlib_metadata="Apache-2.0"
57+
docutils="BSD-3-Clause"
58+
backports-tarfile="MIT"
59+
60+
5061

5162
[AutoVersionConfig]
5263
CONFIG_NAME = "DEFAULT"

0 commit comments

Comments
 (0)