CI: Test tox provision with this end-of-life Python version

https://tox.wiki/en/4.23.0/faq.html#testing-end-of-life-python-versions
This commit is contained in:
Miro Hrončok 2025-01-31 17:23:09 +01:00
commit c16725b85b

View file

@ -10,7 +10,7 @@
tests:
- smoke:
dir: python/smoke
run: VERSION=3.6 ./venv.sh
run: VERSION=3.6 TOX_REQUIRES="virtualenv<20.22.0" ./venv.sh
- marshalparser:
dir: python/marshalparser
run: VERSION=3.6 SAMPLE=10 test_marshalparser_compatibility.sh