Skip to content

Commit eef7e59

Browse files
Merge pull request #1193 from tabedzki/patch-1
Test Python 3.13 in CI
2 parents 77b75e9 + 0b384fb commit eef7e59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/development.yaml

+2
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)