doc: update python versions in multipython example

Mostly so it has a chance of running on more recent installations.
This commit is contained in:
Ran Benita 2023-04-09 00:21:18 +03:00
parent 3683722bcb
commit d1482ccb52
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ import textwrap
import pytest import pytest
pythonlist = ["python3.5", "python3.6", "python3.7"] pythonlist = ["python3.9", "python3.10", "python3.11"]
@pytest.fixture(params=pythonlist) @pytest.fixture(params=pythonlist)