Skip to content

Commit e7669ba

Browse files
committed
python 3.8
1 parent 83056f4 commit e7669ba

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version: 2.1
66
jobs:
77
build:
88
docker:
9-
- image: circleci/python:3.6.1
9+
- image: circleci/python:3.8.5
1010

1111
- image: redislabs/redisgraph:edge
1212

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
asyncclick
2+
click
3+
anyio
24
aioredis==2.0.0a1
35
redis>=3.5.3
46
redisgraph

0 commit comments

Comments
 (0)