Skip to content

Commit aefed4a

Browse files
committed
Add support for Python 3.13
Signed-off-by: Salvatore Mesoraca <[email protected]>
1 parent a55375c commit aefed4a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/integration.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
max-parallel: 15
7979
fail-fast: false
8080
matrix:
81-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.11.1', '3.12', 'pypy-3.9', 'pypy-3.10']
81+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.11.1', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10']
8282
test-type: ['standalone', 'cluster']
8383
connection-type: ['libvalkey', 'plain']
8484
protocol-version: ['2','3']
@@ -168,7 +168,7 @@ jobs:
168168
strategy:
169169
fail-fast: false
170170
matrix:
171-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.11.1', '3.12', 'pypy-3.9', 'pypy-3.10']
171+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.11.1', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10']
172172
steps:
173173
- uses: actions/checkout@v4
174174
- uses: actions/setup-python@v5

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"Programming Language :: Python :: 3.10",
5353
"Programming Language :: Python :: 3.11",
5454
"Programming Language :: Python :: 3.12",
55+
"Programming Language :: Python :: 3.13",
5556
"Programming Language :: Python :: Implementation :: CPython",
5657
"Programming Language :: Python :: Implementation :: PyPy",
5758
],

0 commit comments

Comments
 (0)