Files
openide/python/helpers/tests/tox.ini
Pavel Karateev 24ab0a7b06 PCQA-456 Update Python versions for PyCharm helpers tests
* Drop 3.6 & 3.7
* Add 3.9+


(cherry picked from commit 52d830b560f32bb75d1a1d84f67fa2e1b41a1f2e)

IJ-MR-137982

GitOrigin-RevId: dba613bc2f34198c25b85fff3e581ab997764e17
2024-07-09 12:22:43 +00:00

11 lines
273 B
INI

[tox]
skipsdist=True
envlist = py27,py38,py39,py310,py311,py312,py313
# See https://tox.wiki/en/latest/faq.html#testing-end-of-life-python-versions
requires = virtualenv<20.22.0
[testenv]
setenv =
PYTHONPATH = {toxinidir}/..
commands =
python __main__.py {posargs}