Skip to content

Commit

Permalink
Constraint to 3.9
Browse files Browse the repository at this point in the history
Signed-off-by: l.feng <43399351+msclock@users.noreply.github.com>
  • Loading branch information
msclock committed Dec 17, 2024
1 parent 21530f5 commit 6c90894
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/reuseable_cibuildwheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: pypa/cibuildwheel@ee63bf16da6cddfb925f542f2c7b59ad50e93969 # v2.22.0
env:
CIBW_ARCHS: ${{ matrix.arch }}
CIBW_BUILD: '*${{ matrix.build }}*'
CIBW_BUILD: cp39-${{ matrix.build }}*

- name: Upload wheels
if: >
Expand Down
2 changes: 1 addition & 1 deletion tests/test_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def test_version():

def test_cppcheck_dir():
output = subprocess.run(
[m.get_cppcheck_dir() / "cppcheck", "--version"],
[str(m.get_cppcheck_dir() / "cppcheck"), "--version"],
capture_output=True,
text=True,
check=False,
Expand Down

0 comments on commit 6c90894

Please sign in to comment.