Skip to content

Commit ccc8835

Browse files
committed
Support Python 3.9
1 parent 147fbb5 commit ccc8835

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ references:
5353
python-full-version-matrix: &python-full-version-matrix
5454
matrix:
5555
parameters:
56-
version: ["3.6", "3.7", "3.8"]
56+
version: ["3.6", "3.7", "3.8", "3.9"]
5757
python-top-and-bottom-version-matrix: &python-top-and-bottom-version-matrix
5858
matrix:
5959
parameters:
60-
version: ["3.6", "3.8"]
60+
version: ["3.6", "3.9"]
6161
filter-tags: &filter-tags
6262
filters:
6363
branches:

0 commit comments

Comments
 (0)