Skip to content

Commit 98708ee

Browse files
committed
set default python to 3.9.4
1 parent 651960c commit 98708ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
parameters:
7979
python_version:
8080
type: string
81-
default: "latest"
81+
default: "3.9.4"
8282
docker:
8383
- image: circleci/python:<<parameters.python_version>>
8484
- image: redislabs/redisai:edge-cpu-bionic

0 commit comments

Comments
 (0)