File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ name: uncompyle6 (osx)
22
33on :
44 push :
5- branches : [ python-3.6-to-3.10 ]
5+ branches : [ master ]
66 pull_request :
7- branches : [ python-3.6-to-3.10 ]
7+ branches : [ master ]
88
99jobs :
1010 build :
1111 runs-on : macos-latest
1212 strategy :
1313 matrix :
1414 os : [macOS]
15- python-version : [3.8 ]
15+ python-version : [3.13 ]
1616 steps :
1717 - uses : actions/checkout@v4
1818 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -2,16 +2,16 @@ name: uncompyle6 (ubuntu)
22
33on :
44 push :
5- branches : [ python-3.6-to-3.10 ]
5+ branches : [ master ]
66 pull_request :
7- branches : [ python-3.6-to-3.10 ]
7+ branches : [ master ]
88
99jobs :
1010 build :
1111 runs-on : ubuntu-latest
1212 strategy :
1313 matrix :
14- python-version : [3.8 ]
14+ python-version : [3.13 ]
1515 steps :
1616 - uses : actions/checkout@v4
1717 - name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change @@ -2,17 +2,17 @@ name: uncompyle6 (windows)
22
33on :
44 push :
5- branches : [ python-3.6-to-3.10 ]
5+ branches : [ master ]
66 pull_request :
7- branches : [ python-3.6-to-3.10 ]
7+ branches : [ master ]
88
99jobs :
1010 build :
1111 runs-on : windows-latest
1212 strategy :
1313 matrix :
1414 os : [windows]
15- python-version : [3.8 ]
15+ python-version : [3.13 ]
1616 steps :
1717 - uses : actions/checkout@v4
1818 - name : Set up Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments