Skip to content

Commit dbbcd6a

Browse files
committed
ci: up python to 3.12.1-browsers
1 parent beaaf6b commit dbbcd6a

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
@@ -9,7 +9,7 @@ parameters:
99

1010
defaults: &defaults
1111
docker:
12-
- image: cimg/python:3.11.0-browsers
12+
- image: cimg/python:3.12.1-browsers
1313

1414
test_defaults: &test_defaults
1515
docker:
@@ -152,7 +152,7 @@ workflows:
152152
context : org-global
153153
filters: &filters-dev
154154
branches:
155-
only: ['develop', 'multiround', 'release_0.20.9']
155+
only: ['develop', 'multiround', 'release_0.20.9', 'metadata-fix']
156156

157157
# Production builds are exectuted only on tagged commits to the
158158
# master branch.

0 commit comments

Comments
 (0)