Skip to content

Commit cadc8ca

Browse files
authored
Merge branch 'master' into kmullaney/encoding
2 parents 1c0ce05 + cc828dd commit cadc8ca

File tree

8 files changed

+756
-507
lines changed

8 files changed

+756
-507
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2
22
jobs:
33
build:
44
docker:
5-
- image: circleci/python:3.7
5+
- image: circleci/python:3.9
66
steps:
77
- checkout
88
- restore_cache:
@@ -18,7 +18,7 @@ jobs:
1818

1919
lint:
2020
docker:
21-
- image: circleci/python:3.7
21+
- image: circleci/python:3.9
2222
steps:
2323
- checkout
2424
- restore_cache:
@@ -31,7 +31,7 @@ jobs:
3131
3232
test:
3333
docker:
34-
- image: circleci/python:3.7
34+
- image: circleci/python:3.9
3535
steps:
3636
- checkout
3737
- restore_cache:
@@ -43,7 +43,7 @@ jobs:
4343

4444
release:
4545
docker:
46-
- image: circleci/python:3.7
46+
- image: circleci/python:3.9
4747
steps:
4848
- checkout
4949
- restore_cache:

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ repos:
33
rev: 22.3.0
44
hooks:
55
- id: black
6-
language_version: python3.7
6+
language_version: python3.9

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.7
1+
FROM python:3.9
22
RUN apt-get update
33
RUN apt-get install -y zip
44

0 commit comments

Comments
 (0)