diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index cf784c78..ee29bf05 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -13,9 +13,9 @@ jobs: PIP_DISABLE_PIP_VERSION_CHECK: 1 strategy: matrix: - python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"] + python-version: ["3.10", "3.12", "3.14", "3.14t"] include: - - python-version: "3.12" + - python-version: "3.11" mariadb: 1 steps: - if: ${{ matrix.mariadb }} @@ -52,7 +52,7 @@ jobs: - name: Install test dependencies run: | pip install -r requirements.txt - + - name: Run tests env: TESTDB: actions.cnf @@ -68,7 +68,7 @@ jobs: env: PIP_NO_PYTHON_VERSION_WARNING: 1 PIP_DISABLE_PIP_VERSION_CHECK: 1 - DJANGO_VERSION: "4.2.16" + DJANGO_VERSION: "4.2.28" steps: - name: Start MySQL run: | diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index 52dcbc1b..e31eeb1d 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -79,7 +79,7 @@ jobs: - name: Build wheels working-directory: mysqlclient env: - CIBW_PROJECT_REQUIRES_PYTHON: ">=3.9" + CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10" CIBW_ARCHS: "AMD64" CIBW_TEST_COMMAND: 'python -c "import MySQLdb; print(MySQLdb.version_info)" ' run: "python -m cibuildwheel --output-dir dist"