Skip to content

Commit ce4d0e3

Browse files
committed
Bump circle ci python v
1 parent 0cd2f21 commit ce4d0e3

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
@@ -7,7 +7,7 @@ orbs:
77
jobs:
88
build_test:
99
docker:
10-
- image: python:3.6-buster
10+
- image: python:3.7-buster
1111
resource_class: small
1212
parallelism: 6
1313
steps:
@@ -23,7 +23,7 @@ jobs:
2323
- run:
2424
name: Black Formatting Check # Only validation, without re-formatting
2525
command: |
26-
poetry run black --check -t py36 .
26+
poetry run black --check -t py37 .
2727
- run:
2828
name: Flake8 Lint Check # Uses setup.cfg for configuration
2929
command: |

0 commit comments

Comments
 (0)