Skip to content

Commit 0b384fb

Browse files
authored
Update development.yaml to include Python 3.13
1 parent 77b75e9 commit 0b384fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/development.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
py_ver: ["3.9"]
6262
mysql_ver: ["8.0", "5.7"]
6363
include:
64+
- py_ver: "3.13"
65+
mysql_ver: "8.0"
6466
- py_ver: "3.12"
6567
mysql_ver: "8.0"
6668
- py_ver: "3.11"

0 commit comments

Comments
 (0)