Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasah committed Oct 4, 2023
1 parent 6d9ac69 commit 4f27e3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# Used to host cibuildwheel
- uses: actions/setup-python@v4
with:
python-version: '3.12'
python-version: '3.11'

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.16.1
Expand Down
2 changes: 1 addition & 1 deletion buildutils/bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#


bundled_version = (1, 0, 1)
bundled_version = (0, 0, 7)
libcapnp_name = "capnproto-c++-%i.%i.%i.tar.gz" % (bundled_version)
libcapnp_url = "https://capnproto.org/" + libcapnp_name

Expand Down

0 comments on commit 4f27e3b

Please sign in to comment.