summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Marshall <catchjosh@gmail.com>2021-03-30 15:25:39 +0900
committerJosh Marshall <catchjosh@gmail.com>2021-03-30 15:25:39 +0900
commit2a4158cf4c07cdb7e5337d68addd83d00b0c0746 (patch)
tree445f04ed0be4215d04c370627d06ff811a1714ff
parent4b82291c402f876a57a115c5a6a04185bfaaf096 (diff)
downloadjsonrpclib-2a4158cf4c07cdb7e5337d68addd83d00b0c0746.tar.gz
Using different python image in Circle.
-rw-r--r--.circleci/config.yml6
1 files changed, 2 insertions, 4 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index 569417e..4839fb4 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -1,11 +1,9 @@
version: 2.1
-orbs:
- python: circleci/python@0.2.1
-
jobs:
build-and-test:
- executor: python/default
+ docker:
+ - image: cimg/python:3.9.2
steps:
- checkout
- restore_cache: