From 7617602ff4a628045b8dc1806c0b2c97cb563309 Mon Sep 17 00:00:00 2001 From: Brian Okken <1568356+okken@users.noreply.github.com> Date: Sat, 5 Apr 2025 17:36:17 -0700 Subject: [PATCH] 0.9.4 --- CHANGES.rst | 8 ++++++++ tox.ini | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) 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