Skip to content

Commit a54a29a

Browse files
authored
Update config.yml
1 parent 6a6666a commit a54a29a

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
@@ -1,7 +1,7 @@
11
version: 2
22
defaults: &defaults
33
docker:
4-
- image: circleci/python:2.7-stretch-browsers
4+
- image: cimg/python:3.11.0-browsers
55
install_dependency: &install_dependency
66
name: Installation of build and deployment dependencies.
77
command: |
@@ -84,4 +84,4 @@ workflows:
8484
context : org-global
8585
filters:
8686
branches:
87-
only: master
87+
only: master

0 commit comments

Comments
 (0)