Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Add py3.9 testing
Browse files Browse the repository at this point in the history
  • Loading branch information
a-maliarov committed Feb 14, 2022
1 parent 402c579 commit 7ae05d2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@ jobs:
<<: *shared
docker:
- image: circleci/python:3.8

py39:
<<: *shared
docker:
- image: circleci/python:3.9
environment:
UPLOAD_COV: "true"

Expand All @@ -36,3 +41,4 @@ workflows:
jobs:
- py37
- py38
- py39

0 comments on commit 7ae05d2

Please sign in to comment.