mirror of
https://github.com/ansible-collections/community.mysql.git
synced 2025-07-29 08:01:25 -07:00
Fix Python 3.10 beein run as 3.1
This commit is contained in:
parent
3b379d0837
commit
3c621ea28c
1 changed files with 3 additions and 3 deletions
6
.github/workflows/ansible-test-plugins.yml
vendored
6
.github/workflows/ansible-test-plugins.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue