8000 Use Python 3.11 release instead of -dev in tests (#1076) · PyMySQL/PyMySQL@9031792 · GitHub
[go: up one dir, main page]

Skip to content

Commit 9031792

Browse files
authored
Use Python 3.11 release instead of -dev in tests (#1076)
1 parent 3dc1abb commit 9031792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
py: "3.7"
2323

2424
- db: "mariadb:10.7"
25-
py: "3.11-dev"
25+
py: "3.11"
2626

2727
- db: "mariadb:10.8"
2828
py: "3.9"

0 commit comments

Comments
 (0)
0