File tree Expand file tree Collapse file tree 4 files changed +10
-8
lines changed
Expand file tree Collapse file tree 4 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1212 CIRCLE_TEST_REPORTS : /tmp/circleci-test-results
1313 COMPILE : --compile
1414 docker :
15- - image : cimg/python:3.11
15+ - image : cimg/python:3.10
1616 steps :
1717 - checkout
1818 - restore_cache :
Original file line number Diff line number Diff line change 2121 - name : Install dependencies
2222 run : |
2323 python -m pip install --upgrade pip
24- pip install --local -e git+https://github.com/rocky/python-xdis.git#egg=xdis
24+ # Until the next xdis release
25+ pip install --local -e git+https://github.com/rocky/[email protected] #egg=xdis 2526 pip install -e .
2627 pip install -r requirements-dev.txt
2728 - name : Test decompyle3
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ jobs:
1414 - uses : actions/checkout@v4
1515 with :
1616 ref : master
17- - name : Set up Python 3.13
17+ - name : Set up Python 3.10
1818 uses : actions/setup-python@v5
1919 with :
20- python-version : 3.13
20+ python-version : 3.10
2121 - name : Install dependencies
2222 run : |
2323 python -m pip install --upgrade pip
2424 # Until the next xdis release
25- pip install --local -e git+https://github.com/rocky/python-xdis.git#egg=xdis
25+ pip install --local -e git+https://github.com/rocky/python-xdis.git@python-3.6-to-3.10 #egg=xdis
2626 pip install -e .
2727 pip install -r requirements-dev.txt
2828 - name : Test decompyle3
Original file line number Diff line number Diff line change @@ -14,14 +14,15 @@ jobs:
1414 - uses : actions/checkout@v4
1515 with :
1616 ref : master
17- - name : Set up Python 3.13
17+ - name : Set up Python 3.10
1818 uses : actions/setup-python@v5
1919 with :
20- python-version : 3.13
20+ python-version : 3.10
2121 - name : Install dependencies
2222 run : |
2323 python -m pip install --upgrade pip
24- pip install --local -e git+https://github.com/rocky/python-xdis.git#egg=xdis
24+ # Until the next xdis release
25+ pip install git+https://github.com/rocky/[email protected] #egg=xdis 2526 pip install -e .
2627 pip install -r requirements-dev.txt
2728 - name : Test decompyle3
You can’t perform that action at this time.
0 commit comments