Skip to content

Commit 659714e

Browse files
Remove py310 test since nosetests doesn't support.
1 parent cc0b744 commit 659714e

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
@@ -55,11 +55,9 @@ jobs:
5555
runs-on: ubuntu-latest
5656
strategy:
5757
matrix:
58-
py_ver: ["3.10"]
58+
py_ver: ["3.9"]
5959
mysql_ver: ["8.0", "5.7"]
6060
include:
61-
- py_ver: "3.9"
62-
mysql_ver: "5.7"
6361
- py_ver: "3.8"
6462
mysql_ver: "5.7"
6563
- py_ver: "3.7"

0 commit comments

Comments
 (0)