We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5c6cdc commit 95db801Copy full SHA for 95db801
.github/workflows/windows.yaml
@@ -10,9 +10,8 @@ jobs:
10
build:
11
runs-on: windows-latest
12
env:
13
- CONNECTOR_VERSION: "3.3.8"
+ CONNECTOR_VERSION: "3.4.1"
14
steps:
15
-
16
- name: Cache Connector
17
id: cache-connector
18
uses: actions/cache@v4
@@ -63,9 +62,9 @@ jobs:
63
62
- name: Build wheels
64
working-directory: mysqlclient
65
66
- CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8"
+ CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"
67
CIBW_ARCHS: "AMD64"
68
- CIBW_TEST_COMMAND: "python -c \"import MySQLdb; print(MySQLdb.version_info)\" "
+ CIBW_TEST_COMMAND: 'python -c "import MySQLdb; print(MySQLdb.version_info)" '
69
run: "python -m cibuildwheel --prerelease-pythons --output-dir dist"
70
71
- name: Build sdist
0 commit comments