Skip to content

Commit 94b45f4

Browse files
committed
Redis-py 4.5 and Python 3.11
1 parent c6248f6 commit 94b45f4

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
ACTIONS_ALLOW_UNSECURE_COMMANDS: true
5757
strategy:
5858
matrix:
59-
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10']
59+
python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
6060
name: Test Python ${{matrix.python-version}}
6161
steps:
6262
- uses: actions/checkout@v3
@@ -87,4 +87,4 @@ jobs:
8787
uses: codecov/codecov-action@v2
8888
with:
8989
fail_ci_if_error: false
90-
token: ${{ secrets.CODECOVTOKEN }}
90+
token: ${{ secrets.CODECOVTOKEN }}

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "redisgraph-bulk-loader"
3-
version = "0.11.0"
3+
version = "0.11.1"
44
description = "RedisGraph Bulk Import Tool"
55
authors = ["Redis Inc <oss@redis.com>"]
66
license = "BSD-3-Clause"
@@ -15,6 +15,7 @@ classifiers = [
1515
'Programming Language :: Python :: 3.8',
1616
'Programming Language :: Python :: 3.9',
1717
'Programming Language :: Python :: 3.10',
18+
'Programming Language :: Python :: 3.11',
1819
'License :: OSI Approved :: BSD License',
1920
'Development Status :: 5 - Production/Stable'
2021

@@ -32,7 +33,7 @@ repository = "https://github.com/RedisGraph/redisgraph-bulk-loader"
3233
[tool.poetry.dependencies]
3334
python = "^3.6.5"
3435
click = "^8.0.1"
35-
redis = "^4.3.4"
36+
redis = "^4.5.1"
3637
pathos = "^0.2.8"
3738

3839
[tool.poetry.dev-dependencies]

0 commit comments

Comments
 (0)