Skip to content

Commit

Permalink
Support Python 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Dec 19, 2020
1 parent 147fbb5 commit ccc8835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ references:
python-full-version-matrix: &python-full-version-matrix
matrix:
parameters:
version: ["3.6", "3.7", "3.8"]
version: ["3.6", "3.7", "3.8", "3.9"]
python-top-and-bottom-version-matrix: &python-top-and-bottom-version-matrix
matrix:
parameters:
version: ["3.6", "3.8"]
version: ["3.6", "3.9"]
filter-tags: &filter-tags
filters:
branches:
Expand Down

0 comments on commit ccc8835

Please sign in to comment.