diff --git a/CHANGES.rst b/CHANGES.rst index 594a671d..348f76b2 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: 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