Skip to content

Commit

Permalink
docs(CHANGES) Note Python 3.8 deprecation, ruff fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Dec 21, 2024
1 parent 559640d commit 2a73182
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,24 @@ You can test the unpublished version of cihai-cli before its released, see

<!-- Maintainers, insert changes / features for the next release here -->

### Breaking changes

- Drop Python 3.8 (#323)

The minimum version of Python in this and future releases is Python 3.9.

Python 3.8 reached end-of-life status on October 7th, 2024 (see PEP 569).

### Development

- Aggressive automated lint fixes via `ruff` (#323)

via ruff v0.8.4, all automated lint fixes, including unsafe and previews were applied for Python 3.9:

```sh
ruff check --select ALL . --fix --unsafe-fixes --preview --show-fixes; ruff format .
```

## cihai-cli 0.29.0 (2024-11-26)

_Maintenance only, no bug fixes, or new features_
Expand Down

0 comments on commit 2a73182

Please sign in to comment.