We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03db252 commit 207ed12Copy full SHA for 207ed12
1 file changed
.github/workflows/development.yaml
@@ -55,7 +55,7 @@ jobs:
55
runs-on: ubuntu-latest
56
strategy:
57
matrix:
58
- py_ver: ["3.9"]
+ py_ver: ["3.9", "3.10", "3.11"]
59
mysql_ver: ["8.0", "5.7"]
60
include:
61
- py_ver: "3.8"
0 commit comments