We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edec79a commit 5ea1f5eCopy full SHA for 5ea1f5e
.github/workflows/windows.yaml
@@ -82,7 +82,7 @@ jobs:
82
CIBW_PROJECT_REQUIRES_PYTHON: '>=3.9'
83
CIBW_ARCHS: 'AMD64'
84
CIBW_TEST_COMMAND: 'python -c "import MySQLdb; print(MySQLdb.version_info)" '
85
- run: 'python -m cibuildwheel --prerelease-pythons --output-dir dist'
+ run: 'python -m cibuildwheel --output-dir dist' # We removed '--prerelease-pythons', Python 3.14 is still flagged as prerelease but has been released
86
87
- name: Build sdist
88
working-directory: mysqlclient
0 commit comments