Skip to content

Commit 9202598

Browse files
bump python version
1 parent 55fe36e commit 9202598

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/build_package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
4040
CIBW_ARCHS: ${{ matrix.arch }}
4141
CIBW_SKIP: pp* *-musllinux_*
42+
CIBW_BUILD_FRONTEND: "build[uv]"
4243

4344
- name: Upload Python wheels
4445
uses: actions/upload-artifact@v4

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ license = { text = "CC-BY-NC 4.0" }
1010
authors = [
1111
{name = "Mahmoud Ashraf", email = "[email protected]"},]
1212
dynamic = ["dependencies"]
13+
requires-python = ">= 3.9"
1314

1415
[tool.setuptools.dynamic]
1516
dependencies = {file = ["requirements.txt"]}

0 commit comments

Comments
 (0)