Skip to content

Commit 7effed8

Browse files
authored
🐛 Fix config.yml
1 parent b26f568 commit 7effed8

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 @@ jobs:
66
# Building and testing the project
77
# Useful when a PR is open, for example
88
build-and-test:
9-
# Our environment, Python 3.6.8
9+
# Our environment, Python 3.8
1010
docker:
1111
- image: circleci/python:3.8
1212

@@ -49,7 +49,7 @@ jobs:
4949

5050
# Same environment
5151
docker:
52-
- image: circleci/python:3.6.8
52+
- image: circleci/python:3.8
5353
steps:
5454

5555
# Gets the code

0 commit comments

Comments
 (0)