diff --git a/CHANGES.rst b/CHANGES.rst index 6db3ec13..1a3e9ddb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,14 @@ Release Notes ------------- +**0.9.4 (2025-Apr-5)** + +* Additions + * Add tox and CI testing on Python 3.13, 3.14 + * Add color to GitHub Actions output +* Removals + * Remove support for Python 3.7, 3.8, as they are EOL + **0.9.3 (2023-Oct-9)** * No externally visible changes. diff --git a/tox.ini b/tox.ini index 509d2675..ad59222c 100644 --- a/tox.ini +++ b/tox.ini @@ -3,7 +3,7 @@ minversion = 4.0 isolated_build = true envlist = py{310,311,312,313,314,py3}-pytest8 - py39-pytest{5,6,7} + py39-pytest{5,6,7,8} flake8