Skip to content

Commit

Permalink
Merge branch 'main' into pr997
Browse files Browse the repository at this point in the history
  • Loading branch information
zsol authored Aug 26, 2023
2 parents e3584a7 + 43e21c8 commit 269e355
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: >-
echo LIBCST_NO_LOCAL_SCHEME=1 >> $GITHUB_ENV
- name: Build wheels
uses: pypa/cibuildwheel@v2.13.0
uses: pypa/cibuildwheel@v2.15.0
- uses: actions/upload-artifact@v3
with:
path: wheelhouse/*.whl
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
exclude:
# skip these builds until https://bugs.launchpad.net/lxml/+bug/1977998 is resolved
- os: windows-latest
python-version: "3.11"
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 269e355

Please sign in to comment.