Skip to content

Commit

Permalink
Test of a Python 3.11 build
Browse files Browse the repository at this point in the history
  • Loading branch information
kdewald committed Aug 29, 2024
1 parent fd755aa commit 1ead334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build wheel
uses: pypa/[email protected]
env:
CIBW_BUILD: cp39-* # Only build for Python 3.9
CIBW_BUILD: cp311-* # Only build for Python 3.11
CIBW_BUILD_VERBOSITY: 3
CIBW_BEFORE_ALL_LINUX: "yum update -y && yum group install -y \"Development Tools\" && yum install -y dbus-devel"
CIBW_ARCHS_LINUX: x86_64 i686 aarch64
Expand Down

0 comments on commit 1ead334

Please sign in to comment.