Add python 3.8 testing

This commit is contained in:
Jorge-Rodriguez 2021-04-29 14:05:56 +03:00
parent 158471e7ee
commit 50392879c7
No known key found for this signature in database
GPG key ID: 43153D1EFD8F7D90

View file

@ -61,9 +61,10 @@ jobs:
- stable-2.9
- stable-2.10
- stable-2.11
#- devel
- devel
python:
- 3.6
- 3.8
connector:
- pymysql==0.7.10
- pymysql==0.9.3
@ -71,6 +72,8 @@ jobs:
exclude:
- mysql: 8.0.22
connector: pymysql==0.7.10
- ansible: devel
python: 3.6
steps:
- name: Check out code