Skip to content

Commit 6861bb2

Browse files
authored
Merge pull request #126 from realpython/ci-python38
Bump CI Python to 3.8
2 parents 833e669 + f0664e1 commit 6861bb2

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
@@ -6,7 +6,7 @@ version: 2
66
jobs:
77
build:
88
docker:
9-
- image: circleci/python:3.6
9+
- image: circleci/python:3.8
1010

1111
working_directory: ~/repo
1212

@@ -21,7 +21,7 @@ jobs:
2121
- v1-dependencies-
2222

2323
- run:
24-
name: install dependencies
24+
name: Install dependencies
2525
command: |
2626
python3 -m venv venv
2727
. venv/bin/activate

0 commit comments

Comments
 (0)