Skip to content

Commit

Permalink
Added Python 3.12 to test matrix and classifiers (#174)
Browse files Browse the repository at this point in the history
* Added Python 3.12 to test matrix and classifiers

* Bump cibuildwheel to pypa/cibuildwheel to v2.16.2

* adding pypy-3.9

---------

Co-authored-by: Chayim <chayim@users.noreply.github.com>
Co-authored-by: Chayim I. Kirshen <c@kirshen.com>
  • Loading branch information
3 people committed Dec 14, 2023
1 parent 90ffc4d commit 870c0f5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yaml
Expand Up @@ -25,7 +25,7 @@ jobs:
strategy:
max-parallel: 15
matrix:
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8']
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
fail-fast: false
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi-publish.yaml
Expand Up @@ -33,7 +33,7 @@ jobs:
platforms: all

- name: Build wheels
uses: pypa/cibuildwheel@v2.11.2
uses: pypa/cibuildwheel@v2.16.2
env:
# configure cibuildwheel to build native archs ('auto'), and some
# emulated ones
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
@@ -1,5 +1,6 @@
* Implement pack_command that serializes redis-py command to the RESP bytes object.
* Implement garbage collection support in Reader (#162)
* Python 3.12

### 2.1.1 (2023-10-01)

Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -83,6 +83,7 @@ def get_libraries():
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Programming Language :: Python :: 3.12',
'Programming Language :: Python :: Implementation :: CPython',
'Topic :: Software Development',
],
Expand Down

0 comments on commit 870c0f5

Please sign in to comment.