Skip to content

Commit 44ad681

Browse files
committed
Testing on python-3.6-to-3.10 branch
1 parent e8a252e commit 44ad681

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
filters:
33
branches:
4-
only: master
4+
only: python-3.6-to-3.10
55
jobs:
66
build:
77
working_directory: ~/rocky/python-uncompyle6
@@ -16,7 +16,7 @@ jobs:
1616
# To see the list of pre-built images that CircleCI provides for most common languages see
1717
# https://circleci.com/docs/2.0/circleci-images/
1818
docker:
19-
- image: cimg/python:3.13
19+
- image: cimg/python:3.10
2020
steps:
2121
# Machine Setup
2222
# If you break your build into multiple jobs with workflows, you will probably want to do the parts of this that are relevant in each

0 commit comments

Comments
 (0)