Skip to content

Commit 5ea1f5e

Browse files
committed
REMOVE: Pre-release versions of Python due to 3.14 falsely labeld as pre-release
1 parent edec79a commit 5ea1f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
CIBW_PROJECT_REQUIRES_PYTHON: '>=3.9'
8383
CIBW_ARCHS: 'AMD64'
8484
CIBW_TEST_COMMAND: 'python -c "import MySQLdb; print(MySQLdb.version_info)" '
85-
run: 'python -m cibuildwheel --prerelease-pythons --output-dir dist'
85+
run: 'python -m cibuildwheel --output-dir dist' # We removed '--prerelease-pythons', Python 3.14 is still flagged as prerelease but has been released
8686

8787
- name: Build sdist
8888
working-directory: mysqlclient

0 commit comments

Comments
 (0)