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 e8a252e commit 44ad681Copy full SHA for 44ad681
.circleci/config.yml
@@ -1,7 +1,7 @@
1
version: 2
2
filters:
3
branches:
4
- only: master
+ only: python-3.6-to-3.10
5
jobs:
6
build:
7
working_directory: ~/rocky/python-uncompyle6
@@ -16,7 +16,7 @@ jobs:
16
# To see the list of pre-built images that CircleCI provides for most common languages see
17
# https://circleci.com/docs/2.0/circleci-images/
18
docker:
19
- - image: cimg/python:3.13
+ - image: cimg/python:3.10
20
steps:
21
# Machine Setup
22
# 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