Skip to content

Commit

Permalink
update tox enviroment list
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Jun 25, 2024
1 parent 6122447 commit 4e3a2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4e3a2d2

Please sign in to comment.