Skip to content

Commit

Permalink
fix min version for test
Browse files Browse the repository at this point in the history
  • Loading branch information
MiXaiLL76 committed Oct 30, 2024
1 parent 66eaa29 commit c3e4925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Build wheels for ${{ matrix.os }}
uses: pypa/[email protected]
env:
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.7"
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.13"
CIBW_PRERELEASE_PYTHONS: False
CIBW_BUILD_FRONTEND: build
CIBW_FREE_THREADED_SUPPORT: true
Expand Down

0 comments on commit c3e4925

Please sign in to comment.