File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 19
19
# Only a single commit is fetched by default, for the ref/SHA that triggered the workflow.
20
20
# Set fetch-depth: 0 to fetch all history for all branches and tags.
21
21
fetch-depth : 0 # Needed for setuptools_scm to work correctly
22
- - run : pip install --upgrade pip
23
- - run : pip install -r docs/requirements.txt
24
- - run : sphinx-build -c docs . docs/_build/html
22
+ - run : pip install --upgrade pip setuptools setuptools-scm nox
23
+ - run : python -m nox --non-interactive --session docs
Original file line number Diff line number Diff line change 1
- ## 2.5.0 (TBD )
1
+ ## 2.5.0 (October 22, 2024 )
2
2
* Breaking Change
3
3
* ` cmd2 ` 2.5 supports Python 3.8+ (removed support for Python 3.6 and 3.7)
4
4
* Bug Fixes
12
12
* Removed dependency on ` attrs ` and replaced with [ dataclasses] ( https://docs.python.org/3/library/dataclasses.html )
13
13
* add ` allow_clipboard ` initialization parameter and attribute to disable ability to
14
14
add output to the operating system clipboard
15
- * Updated unit tests to be Python 3.12 compliant.
15
+ * Updated unit tests to be Python 3.13 compliant.
16
16
* Fall back to bz2 compression of history file when lzma is not installed.
17
17
* Added settable called ` scripts_add_to_history ` which determines whether scripts and pyscripts
18
18
add commands to history.
You can’t perform that action at this time.
0 commit comments