Files
Ilya.Kazakevich e75a7f2f83 Python tests: migrate tox 37->39 (37 is outdated)
GitOrigin-RevId: 8592221541a2a7512d559184bd352dabef5b657c
2024-07-31 10:18:57 +00:00

5 lines
121 B
INI

[tox]
skipsdist=True
envlist = py39, py38
[testenv]
commands=python -c "import sys; assert sys.version_info[:2] == (3,9)"