Skip to content

Commit 055f8d2

Browse files
authored
Merge pull request #1013 from minrk/circle-docs
bump python in circleci test
2 parents 8582d44 + 586d8d4 commit 055f8d2

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
@@ -4,7 +4,7 @@ jobs:
44
build_docs:
55
# This is the base environment that Circle will use
66
docker:
7-
- image: circleci/python:3.6-stretch
7+
- image: circleci/python:3.8-buster
88
steps:
99
# Get our data and merge with upstream
1010
- run: sudo apt-get update

0 commit comments

Comments
 (0)