Skip to content

v2.4.1

Latest

Choose a tag to compare

@akaihola akaihola released this 02 Nov 19:55
9970f96

Added

  • Add support for Python 3.14.
  • Test on development version of Python 3.15.

Fixed

  • Original and highlighted output now always have identical number of trailing newlines.

Internal

  • Switch from old defunct Bandit action to brunohaf/action-bandit.
  • Update Nix action to v31 – fixes the build error.
  • Use Safety GitHub action and configure Safety according to its documentation.
  • --config=check-darkgraylib.toml can now be used with darker to run ruff format and isort, and with graylint to run Flake8, Mypy, Pydocstyle, Pylint and ruff check on modified parts of Darkgraylib code.
  • Provide minimum versions for all dependencies in pyproject.toml.
  • Update Pygments to address two CVEs reported by Safety.
  • Run baseline Mypy in the CI build using Graylint.
  • Use exit code constant instead of an integer literal.