Skip to content

Commit 51c7779

Browse files
committed
fixes 4
1 parent 27c2abc commit 51c7779

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
strategy:
5959
matrix:
6060
platform: ['ubuntu-20.04', 'macos-11']
61-
python: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11']
61+
python: ['3.7', '3.8', '3.9', '3.10', '3.11']
6262
fail-fast: false
6363
steps:
6464
- uses: actions/checkout@v3

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ classifiers = [
1010
'Topic :: Database',
1111
'Programming Language :: Python',
1212
'Intended Audience :: Developers',
13-
'Programming Language :: Python :: 3.6',
1413
'Programming Language :: Python :: 3.7',
1514
'Programming Language :: Python :: 3.8',
1615
'Programming Language :: Python :: 3.9',
@@ -31,7 +30,7 @@ url = "https://redisgraph.io"
3130
repository = "https://github.com/RedisGraph/redisgraph-bulk-loader"
3231

3332
[tool.poetry.dependencies]
34-
python = "^3.6.5"
33+
python = ">= 3.7.0"
3534
click = "^8.0.1"
3635
redis = "^4.5.1"
3736
pathos = "^0.2.8"

0 commit comments

Comments
 (0)