Skip to content

Commit

Permalink
Update python and cibuildwheel versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ATM-Jahid committed Jul 1, 2024
1 parent 694dc9c commit 8d81f04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
python-version: '3.x'
- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.9.0
run: python -m pip install cibuildwheel==2.19.1

- name: Build wheels
run: |
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Base Python (debian) image
FROM python:3.11
FROM python:3.12
LABEL maintainer="Gabor Csanyi <[email protected]>"

# make /bin/sh symlink to bash instead of dash:
Expand Down

0 comments on commit 8d81f04

Please sign in to comment.