Update default envlist

Python 3.8 support was already removed so it should no longer be in
the default envlist.

Also drop non-existing pypy environment.

Change-Id: I6c3d6b6e435b9c0cf86fac85ffb133a040558d01
This commit is contained in:
Takashi Kajinami 2025-01-13 14:16:42 +09:00
parent 56fd0a302e
commit 0387c64409

View File

@ -1,6 +1,6 @@
[tox]
minversion = 3.1.1
envlist = py38,py39,pypy,pep8,releasenotes
envlist = py{39,312},pep8,releasenotes
skipsdist = True
ignore_basepython_conflict = True