Skip to content

Commit 870c0f5

Browse files
foarsitterchayim
andauthored
Added Python 3.12 to test matrix and classifiers (#174)
* 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 <[email protected]> Co-authored-by: Chayim I. Kirshen <[email protected]>
1 parent 90ffc4d commit 870c0f5

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
max-parallel: 15
2727
matrix:
28-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8']
28+
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11', '3.12', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
2929
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
3030
fail-fast: false
3131
env:

.github/workflows/pypi-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
platforms: all
3434

3535
- name: Build wheels
36-
uses: pypa/cibuildwheel@v2.11.2
36+
uses: pypa/cibuildwheel@v2.16.2
3737
env:
3838
# configure cibuildwheel to build native archs ('auto'), and some
3939
# emulated ones

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
* Implement pack_command that serializes redis-py command to the RESP bytes object.
22
* Implement garbage collection support in Reader (#162)
3+
* Python 3.12
34

45
### 2.1.1 (2023-10-01)
56

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ def get_libraries():
8383
'Programming Language :: Python :: 3.9',
8484
'Programming Language :: Python :: 3.10',
8585
'Programming Language :: Python :: 3.11',
86+
'Programming Language :: Python :: 3.12',
8687
'Programming Language :: Python :: Implementation :: CPython',
8788
'Topic :: Software Development',
8889
],

0 commit comments

Comments
 (0)