8000 Actions: Run test with Python 3.10 (#996) · PyMySQL/PyMySQL@eba874b · GitHub
[go: up one dir, main page]

Skip to content

Commit eba874b

Browse files
authored
Actions: Run test with Python 3.10 (#996)
1 parent f0091e0 commit eba874b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ jobs:
3131
py: "3.9"
3232
mysql_auth: true
3333

34+
- db: "mysql:8.0"
35+
py: "3.10-dev"
36+
3437
services:
3538
mysql:
3639
image: "${{ matrix.db }}"

0 commit comments

Comments
 (0)
0