Skip to content

Commit

Permalink
ci: update MariaDB Connector/C
Browse files Browse the repository at this point in the history
  • Loading branch information
methane committed Oct 20, 2024
1 parent 4bcf3e6 commit e2e70d0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ jobs:
build:
runs-on: windows-latest
env:
CONNECTOR_VERSION: "3.3.8"
CONNECTOR_VERSION: "3.4.1"
steps:

- name: Cache Connector
id: cache-connector
uses: actions/cache@v4
Expand Down Expand Up @@ -63,9 +62,9 @@ jobs:
- name: Build wheels
working-directory: mysqlclient
env:
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.8"
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9"
CIBW_ARCHS: "AMD64"
CIBW_TEST_COMMAND: "python -c \"import MySQLdb; print(MySQLdb.version_info)\" "
CIBW_TEST_COMMAND: 'python -c "import MySQLdb; print(MySQLdb.version_info)" '
run: "python -m cibuildwheel --prerelease-pythons --output-dir dist"

- name: Build sdist
Expand Down

0 comments on commit e2e70d0

Please sign in to comment.