Fix Python 3.10 beein run as 3.1

This commit is contained in:
Laurent Indermuehle 2023-01-12 22:59:07 +01:00
commit 3c621ea28c
No known key found for this signature in database
GPG key ID: 93FA944C9F34DD09

View file

@ -54,9 +54,9 @@ jobs:
- stable-2.14
# - devel
python:
# - 3.8
- 3.9
# - 3.10
- "3.8"
- "3.9"
- "3.10" # Without quotes, this become 3.1 in run_all_test.py!
connector:
# - pymysql==0.7.10
- pymysql==0.9.3