Skip to content

Commit 54da72f

Browse files
author
Diego Ardila
committed
Switch to python 3.6 as testenv, and add backport dependencies.
1 parent bd63247 commit 54da72f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version: 2.1
44
jobs:
55
build_test:
66
docker:
7-
- image: python:3.9-slim-buster
7+
- image: python:3.6-slim-buster
88
resource_class: small
99
steps:
1010
- checkout # checkout source code to working directory

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ tqdm = "^4.60.0"
3939
boto3 = "^1.17.53"
4040
mypy = "^0.812"
4141
coverage = "^5.5"
42+
dataclasses = { version = "^0.7", python = "^3.6.1, <3.7" }
4243

4344
[tool.poetry.dev-dependencies]
4445
poetry = "^1.1.5"

0 commit comments

Comments
 (0)