Change tox environment to py3 instead of py38

Specifying the Python version should not be required.

Change-Id: I3541f21e100e87eb440a5316fcdf53b70e48bb46
This commit is contained in:
Daniel Pawlik 2023-01-27 11:27:56 +01:00
parent 30b1a75d3c
commit 4ac9e36259

View File

@ -1,5 +1,5 @@
[tox]
envlist = linters,docs,py38
envlist = linters,docs,py3
[testenv]
usedevelop = True