Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14.0-rc.2"]
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]

steps:
- uses: actions/checkout@v4
Expand Down
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
0.12:
* breaking: drop support for python 3.8, add support for python 3.13 & 3.14
* deps: Increase required version of notmuch2 to 0.34.2
* deps(nix): use pyproject-nix to parse the pyproject.toml file
* feature: Introduce a configurable thread search limit and :limit command
* info: start adding type hints to the code and type checking to CI
* info: various fixes around content transfer encoding
* info: Allow SGR ANSI control sequences
* info: improved contrast of focused attachments
* info: parse real names containing special characters in email addresses
* info: add .git_archival.txt
* info: fix return type of message without a preferred body

0.11:
* breaking: hooks file now has to be set in alot's config and defaults to no hooks
* info: forwarded mails now set Reference header to include them in original thread
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ include = ["alot*"]
[tool.setuptools_scm]

[tool.mypy]
python_version = "3.8"
python_version = "3.9"
warn_return_any = true
warn_unused_configs = true
disallow_untyped_defs = false
Expand Down