We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6666a commit a54a29aCopy full SHA for a54a29a
.circleci/config.yml
@@ -1,7 +1,7 @@
1
version: 2
2
defaults: &defaults
3
docker:
4
- - image: circleci/python:2.7-stretch-browsers
+ - image: cimg/python:3.11.0-browsers
5
install_dependency: &install_dependency
6
name: Installation of build and deployment dependencies.
7
command: |
@@ -84,4 +84,4 @@ workflows:
84
context : org-global
85
filters:
86
branches:
87
- only: master
+ only: master
0 commit comments