We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5127f99 commit 552a0b4Copy full SHA for 552a0b4
1 file changed
.github/workflows/development.yaml
@@ -58,14 +58,14 @@ jobs:
58
py_ver: ["3.9"]
59
mysql_ver: ["8.0", "5.7"]
60
include:
61
+ - py_ver: "3.12"
62
+ mysql_ver: "8.0"
63
- py_ver: "3.11"
64
mysql_ver: "8.0"
65
- py_ver: "3.10"
66
67
- py_ver: "3.8"
68
mysql_ver: "5.7"
- - py_ver: "3.7"
- mysql_ver: "5.7"
69
steps:
70
- uses: actions/checkout@v3
71
- name: Set up Python ${{matrix.py_ver}}
0 commit comments