File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ version: 2.1
4
4
jobs :
5
5
build_test :
6
6
docker :
7
- - image : python:3.6 -slim-buster
7
+ - image : python:3.7 -slim-buster
8
8
resource_class : small
9
9
steps :
10
10
- checkout # checkout source code to working directory
18
18
- run :
19
19
name : Black Formatting Check # Only validation, without re-formatting
20
20
command : |
21
- poetry run black --check -t py36 .
21
+ poetry run black --check -t py37 .
22
22
- run :
23
23
name : Flake8 Lint Check # Uses setup.cfg for configuration
24
24
command : |
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ documentation = "https://dashboard.scale.com/nucleus/docs/api"
32
32
packages = [{include =" nucleus" }]
33
33
34
34
[tool .poetry .dependencies ]
35
- python = " ^3.6.2 "
35
+ python = " ^3.7.0 "
36
36
requests = " ^2.25.1"
37
37
tqdm = " ^4.41.0"
38
38
dataclasses = { version = " ^0.7" , python = " ^3.6.1, <3.7" }
You can’t perform that action at this time.
0 commit comments