Skip to content

Commit 6d3fec3

Browse files
author
Chris Turner
committed
.github/workflows/development.yaml: back out 3.9 config
1 parent 531a970 commit 6d3fec3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/development.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,9 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
py_ver: ["3.9"]
17+
py_ver: ["3.8"]
1818
mysql_ver: ["8.0", "5.7", "5.6"]
1919
include:
20-
- py_ver: "3.8"
21-
mysql_ver: "5.7"
2220
- py_ver: "3.7"
2321
mysql_ver: "5.7"
2422
- py_ver: "3.6"

0 commit comments

Comments
 (0)