Skip to content

Commit 95db801

Browse files
authored
ci: update MariaDB Connector/C (#726)
1 parent b5c6cdc commit 95db801

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/windows.yaml

+3-4
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ jobs:
1010
build:
1111
runs-on: windows-latest
1212
env:
13-
CONNECTOR_VERSION: "3.3.8"
13+
CONNECTOR_VERSION: "3.4.1"
1414
steps:
15-
1615
- name: Cache Connector
1716
id: cache-connector
1817
uses: actions/cache@v4
@@ -63,9 +62,9 @@ jobs:
6362
- name: Build wheels
6463
working-directory: mysqlclient
6564
env:
66-
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8"
65+
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"
6766
CIBW_ARCHS: "AMD64"
68-
CIBW_TEST_COMMAND: "python -c \"import MySQLdb; print(MySQLdb.version_info)\" "
67+
CIBW_TEST_COMMAND: 'python -c "import MySQLdb; print(MySQLdb.version_info)" '
6968
run: "python -m cibuildwheel --prerelease-pythons --output-dir dist"
7069

7170
- name: Build sdist

0 commit comments

Comments
 (0)