use same base version as in action

This commit is contained in:
Lioman 2023-10-03 00:57:16 +02:00 committed by GitHub
commit a642ba27d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,7 +18,7 @@ commands =
pytest -s --cov=pelican pelican
[testenv:docs]
basepython = python3.9
basepython = python3.11
deps =
-rrequirements/docs.pip
changedir = docs
@ -37,7 +37,7 @@ import-order-style = cryptography
max-line-length = 88
[testenv:flake8]
basepython = python3.9
basepython = python3.11
skip_install = true
deps =
-rrequirements/style.pip