Skip to content

Commit a78a2b0

Browse files
committed
More Workflows testing in 3.6-3.10 branch
1 parent 3dc9900 commit a78a2b0

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/osx.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ name: uncompyle6 (osx)
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ python-3.6-to-3.10 ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ python-3.6-to-3.10 ]
88

99
jobs:
1010
build:
1111
runs-on: macos-latest
1212
strategy:
1313
matrix:
1414
os: [macOS]
15-
python-version: [3.13]
15+
python-version: [3.8, 3.10]
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/ubuntu.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@ name: uncompyle6 (ubuntu)
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ python-3.6-to-3.10 ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ python-3.6-to-3.10 ]
88

99
jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
python-version: [3.13]
14+
python-version: [3.8, 3.9]
1515
steps:
1616
- uses: actions/checkout@v4
1717
- name: Set up Python ${{ matrix.python-version }}

.github/workflows/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@ name: uncompyle6 (windows)
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ python-3.6-to-3.10 ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ python-3.6-to-3.10 ]
88

99
jobs:
1010
build:
1111
runs-on: windows-latest
1212
strategy:
1313
matrix:
1414
os: [windows]
15-
python-version: [3.13]
15+
python-version: [3.8]
1616
steps:
1717
- uses: actions/checkout@v4
1818
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)