Skip to content

Commit 6831bc2

Browse files
authored
win: update mariadb connector/c to 3.3.8 (#676)
1 parent 16017b7 commit 6831bc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/windows.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: windows-latest
1212
env:
13-
CONNECTOR_VERSION: "3.3.4"
13+
CONNECTOR_VERSION: "3.3.8"
1414
steps:
1515

1616
- name: Cache Connector
@@ -59,7 +59,7 @@ jobs:
5959
6060
- uses: actions/setup-python@v5
6161
- name: Install cibuildwheel
62-
run: python -m pip install cibuildwheel==2.12.3
62+
run: python -m pip install cibuildwheel
6363
- name: Build wheels
6464
working-directory: mysqlclient
6565
env:

0 commit comments

Comments
 (0)