jenkins-bot has submitted this change. ( https://gerrit.wikimedia.org/r/c/pywikibot/core/+/684062 )
Change subject: [fix] quote python version ......................................................................
[fix] quote python version
Change-Id: I25b9c8d5d4e61afe47fd78e60d7fdd09bce9c966 --- M dev-requirements.txt 1 file changed, 1 insertion(+), 1 deletion(-)
Approvals: JJMC89: Looks good to me, approved jenkins-bot: Verified
diff --git a/dev-requirements.txt b/dev-requirements.txt index 777353a..e7ea1a0 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -16,7 +16,7 @@ pyflakes>=2.1.0 flake8>=3.7.5 flake8-docstrings>=0.2.6 -flake8-isort;python_version>=3.6 +flake8-isort;python_version>="3.6" flake8-mock>=0.3 codecov coverage
pywikibot-commits@lists.wikimedia.org