mirror of
https://gitlab.com/libvirt/libvirt-python.git
synced 2025-11-30 04:23:46 +03:00
Removed 3.8, added 3.13 [1]. [1] https://devguide.python.org/versions/ Signed-off-by: Ariel Otilibili <otilibil@eurecom.fr>
10 lines
103 B
INI
10 lines
103 B
INI
[tox]
|
|
envlist = py39,py310,py311,py312,py313
|
|
|
|
[testenv]
|
|
deps=
|
|
lxml
|
|
pytest
|
|
commands=
|
|
pytest
|