From 3494d36f18897723032b6ecc7796d173ef29570b Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Tue, 29 Dec 2020 08:43:44 +0530 Subject: [PATCH] Add python 3.9 to CI --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 415ae482..f1bbc6f9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,6 +42,11 @@ jobs: - image: python:3.8-slim <<: *test-template + py39: + docker: + - image: python:3.9-slim + <<: *test-template + package-and-publish: machine: true working_directory: ~/Buku @@ -99,6 +104,7 @@ workflows: - py36 - py37 - py38 + - py39 nightly: triggers: