Skip to content

Commit

Permalink
Wheels for Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
xzkostyan committed Nov 5, 2022
1 parent 3d8cfc6 commit 57ad361
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"
- "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.2.2
VERSION: 2.11.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.2.2
VERSION: 2.11.2
- name: Build wheels
run: cibuildwheel --output-dir wheelhouse
env:
Expand Down Expand Up @@ -260,7 +261,7 @@ jobs:
run: |
pip install cibuildwheel==$env:VERSION
env:
VERSION: 2.2.2
VERSION: 2.11.2
- name: Build wheels
run: cibuildwheel --output-dir wheelhouse
env:
Expand Down Expand Up @@ -309,7 +310,7 @@ jobs:
pip install --upgrade pip setuptools
pip install cibuildwheel==$VERSION
env:
VERSION: 2.2.2
VERSION: 2.11.2
- name: Build wheels
run: cibuildwheel --output-dir wheelhouse
env:
Expand Down
4 changes: 2 additions & 2 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Example for `python:alpine` docker image:
By default there are wheels for Linux, Mac OS X and Windows.

Packages for Linux and Mac OS X are available for python: 3.6 -- 3.10.
Packages for Linux and Mac OS X are available for python: 3.6 -- 3.11.

Packages for Windows are available for python: 3.6 -- 3.10.
Packages for Windows are available for python: 3.6 -- 3.11.

Starting from version *0.2.3* there are wheels for musl-based Linux distributions.

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def read_version():
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: Implementation :: PyPy',

'Topic :: Database',
Expand Down

0 comments on commit 57ad361

Please sign in to comment.