From 80287bb10a7d4c4375e218d8101805eaa3a5a9ae Mon Sep 17 00:00:00 2001 From: Hasan Ramezani Date: Tue, 6 Apr 2021 14:49:00 +0200 Subject: [PATCH] Fix comment typo in github action test pipeline. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0ca1c56..f65230a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: include: - python-version: '3.8' django-version: 'qa' - # Django >= 3.2 only supports >= Python 3.8 + # Django > 3.2 only supports >= Python 3.8 - python-version: '3.8' django-version: 'main' experimental: true