Skip to content

Commit 207ed12

Browse files
committed
Add Python 3.10 and 3.11 to CI
1 parent 03db252 commit 207ed12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/development.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ubuntu-latest
5656
strategy:
5757
matrix:
58-
py_ver: ["3.9"]
58+
py_ver: ["3.9", "3.10", "3.11"]
5959
mysql_ver: ["8.0", "5.7"]
6060
include:
6161
- py_ver: "3.8"

0 commit comments

Comments
 (0)