Merge pull request #1013 from minrk/circle-docs

bump python in circleci  test
pull/1018/head
Min RK 2021-02-17 09:46:56 +00:00 zatwierdzone przez GitHub
commit 055f8d28b7
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -4,7 +4,7 @@ jobs:
build_docs:
# This is the base environment that Circle will use
docker:
- image: circleci/python:3.6-stretch
- image: circleci/python:3.8-buster
steps:
# Get our data and merge with upstream
- run: sudo apt-get update