Skip to content

Commit a84eaa9

Browse files
authored
0.9.4
* 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
1 parent 7992398 commit a84eaa9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGES.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
Release Notes
22
-------------
33

4+
**0.9.4 (2025-Apr-5)**
5+
6+
* Additions
7+
* Add tox and CI testing on Python 3.13, 3.14
8+
* Add color to GitHub Actions output
9+
* Removals
10+
* Remove support for Python 3.7, 3.8, as they are EOL
11+
412
**0.9.3 (2023-Oct-9)**
513

614
* No externally visible changes.

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ minversion = 4.0
33
isolated_build = true
44
envlist =
55
py{310,311,312,313,314,py3}-pytest8
6-
py39-pytest{5,6,7}
6+
py39-pytest{5,6,7,8}
77
flake8
88

99

0 commit comments

Comments
 (0)