Skip to content

Commit

Permalink
xp: result fixes and typing.
Browse files Browse the repository at this point in the history
  • Loading branch information
peteradrichem committed Jan 11, 2025
1 parent 805d7e7 commit 40b44d9
Show file tree
Hide file tree
Showing 3 changed files with 126 additions and 108 deletions.
6 changes: 4 additions & 2 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@ Changelog

This document records all notable changes to `Xul <https://xul.readthedocs.io/>`_.

`Unreleased <https://github.com/peteradrichem/Xul/compare/2.5.1...py3k>`_ (2025-01-08)
`Unreleased <https://github.com/peteradrichem/Xul/compare/2.5.1...py3k>`_ (2025-01-11)
--------------------------------------------------------------------------------------
* Drop support for Python < 3.9.
* Drop support for Python <= 3.8.
* Code checks: ruff, black, isort, mypy.
* Updated Sphinx configuration.
* Test script for local testing with Docker Compose.
* GitHub Action: code checks.
* Output formatting (f-strings).
* :doc:`xp <xp>`: fix boolean result (Python >= 3.12)
* :doc:`xp <xp>`: fix string result representation (Python 3)

`2.5.1 <https://github.com/peteradrichem/Xul/compare/2.5.0...2.5.1>`_ (2024-12-26)
----------------------------------------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ test = [
"isort~=5.13.2",
"lxml-stubs~=0.5.1",
"mypy~=1.14.1",
"ruff~=0.8.6",
"ruff~=0.9.1",
"types-Pygments~=2.19",
]
syntax = [
Expand Down
Loading

0 comments on commit 40b44d9

Please sign in to comment.