This is an automated email from the ASF dual-hosted git repository.

machristie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata-django-portal-sdk.git


The following commit(s) were added to refs/heads/master by this push:
     new fbc4d84  Fix travis build for python 3.6
fbc4d84 is described below

commit fbc4d841f1fb3817d8fe44ad8576d45e511f214f
Author: Marcus Christie <[email protected]>
AuthorDate: Thu Dec 8 14:15:24 2022 -0500

    Fix travis build for python 3.6
---
 requirements-dev.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/requirements-dev.txt b/requirements-dev.txt
index ac34d4f..d54da6d 100644
--- a/requirements-dev.txt
+++ b/requirements-dev.txt
@@ -3,7 +3,7 @@
 autopep8==1.5.4
 flake8==3.8.4
 flake8-isort==4.0.0
-Markdown==3.3.4 ; python_version < "3.7
+Markdown==3.3.4 ; python_version < "3.7"
 mkdocs==1.3.0
 mkautodoc==0.1.0
 pycodestyle==2.6.0

Reply via email to