From 4e3a2d2850091d8097f87879641f357fff7edf4f Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Tue, 25 Jun 2024 12:17:46 +0100 Subject: [PATCH 1/2] update tox enviroment list --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7572fe7a..e8b2d54a 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ # to run for a specific environment, use ``tox -e ENVNAME`` [tox] -envlist = py37,py38,py39,py310,py311,pypy3,docs +envlist = py38,py39,py310,py311,312,pypy3,docs # Note: the 'docs' env creates a 'build' directory which may interfere in strange ways # with the other environments. You might see this when you run the tests in parallel. # See https://github.com/collective/icalendar/pull/359#issuecomment-1214150269 From 3782c5a584015c9a88b52ad7cdb0566a12a16215 Mon Sep 17 00:00:00 2001 From: Nicco Kunzmann Date: Tue, 25 Jun 2024 12:19:11 +0100 Subject: [PATCH 2/2] log changes --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index 06b594e5..9f7c25d8 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -12,6 +12,7 @@ Minor changes: - Added missing public classes and functions to API documentation. - Add version badge +- Update list of ``tox`` environments Breaking changes: