File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 2828 - name : Build wheels
2929 uses : pypa/cibuildwheel@v2.22.0
3030 env :
31- CIBW_SKIP : " cp311-* cp312 -*"
32- CIBW_BUILD : " cp310-manylinux_x86_64"
31+ CIBW_SKIP : " cp313 -*"
32+ # CIBW_BUILD: "cp310-manylinux_x86_64" # For debugging
3333 with :
3434 config-file : " {package}/pyproject.toml"
3535
7373 pattern : cibw-*
7474 path : dist
7575 merge-multiple : true
76- verbose : true
7776 - name : Publish package distributions to PyPI
7877 uses : pypa/gh-action-pypi-publish@release/v1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
99
1010[project ]
1111name = " qseek"
12- requires-python = " >=3.10"
12+ requires-python = " >=3.10,<3.13 "
1313license = { text = " GPLv3" }
1414dynamic = [" version" ]
1515
You can’t perform that action at this time.
0 commit comments