Skip to content

Commit

Permalink
Wheels for Python 3.12
Browse files Browse the repository at this point in the history
Update *.pyx files
  • Loading branch information
xzkostyan committed Oct 19, 2023
1 parent db3dca2 commit 0f8cced
Show file tree
Hide file tree
Showing 5 changed files with 32,172 additions and 11,979 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
- "3.12"
- "pypy-3.6"
- "pypy-3.7"
clickhouse-version:
Expand Down Expand Up @@ -184,7 +185,7 @@ jobs:
pip install --upgrade pip setuptools
pip install cython cibuildwheel==$VERSION
env:
VERSION: 2.16.0
VERSION: 2.16.2
- name: Build wheels
run: cibuildwheel --output-dir wheelhouse
env:
Expand Down Expand Up @@ -221,7 +222,7 @@ jobs:
pip install --upgrade pip setuptools
pip install cython cibuildwheel==$VERSION
env:
VERSION: 2.16.0
VERSION: 2.16.2
- name: Build wheels
run: cibuildwheel --output-dir wheelhouse
env:
Expand Down Expand Up @@ -261,7 +262,7 @@ jobs:
run: |
pip install cibuildwheel==$env:VERSION
env:
VERSION: 2.16.0
VERSION: 2.16.2
- name: Build wheels
run: cibuildwheel --output-dir wheelhouse
env:
Expand Down Expand Up @@ -310,7 +311,7 @@ jobs:
pip install --upgrade pip setuptools
pip install cibuildwheel==$VERSION
env:
VERSION: 2.16.0
VERSION: 2.16.2
- name: Build wheels
run: cibuildwheel --output-dir wheelhouse
env:
Expand Down
Loading

0 comments on commit 0f8cced

Please sign in to comment.