Unverified Commit 297cf160 authored by Antonio Morillas's avatar Antonio Morillas Committed by GitHub
Browse files

Update tests.yaml

change python 3.6 versison
parent f7fa291a
...@@ -18,13 +18,13 @@ jobs: ...@@ -18,13 +18,13 @@ jobs:
include: include:
# Django 2.2 # Django 2.2
- django: "2.2" - django: "2.2"
python: "3.6" python: "3.6.14"
# Django 3.1 # Django 3.1
- django: "3.1" - django: "3.1"
python: "3.6" python: "3.6.14"
# Django 3.2 # Django 3.2
- django: "3.2" - django: "3.2"
python: "3.6" python: "3.6.14"
# Django 4.0 # Django 4.0
- django: "4.0b1" - django: "4.0b1"
python: "3.10" python: "3.10"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment