diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 79f76d46..1e1ca361 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -28,8 +28,8 @@ jobs: - name: Build wheels uses: pypa/cibuildwheel@v2.22.0 env: - CIBW_SKIP: "cp311-* cp312-*" - CIBW_BUILD: "cp310-manylinux_x86_64" + CIBW_SKIP: "cp313-*" + # CIBW_BUILD: "cp310-manylinux_x86_64" # For debugging with: config-file: "{package}/pyproject.toml" @@ -73,6 +73,5 @@ jobs: pattern: cibw-* path: dist merge-multiple: true - verbose: true - name: Publish package distributions to PyPI uses: pypa/gh-action-pypi-publish@release/v1 diff --git a/pyproject.toml b/pyproject.toml index bff9bbfe..345e8c39 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta" [project] name = "qseek" -requires-python = ">=3.10" +requires-python = ">=3.10,<3.13" license = { text = "GPLv3" } dynamic = ["version"]