Skip to content

Commit 638d238

Browse files
superbobrycopybara-github
authored andcommitted
Removed 3.6 and 3.7 from the build matrix
PiperOrigin-RevId: 600547133
1 parent a515129 commit 638d238

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: actions/setup-python@v2
1919
- name: Create sdist
20-
run: python setup.py sdist
20+
run: |
21+
python -m pip install --upgrade pip setuptools
22+
python setup.py sdist
2123
shell: bash
2224
- name: Directory listing
2325
run: ls -lh dist/dm-tree*.tar.gz
@@ -32,7 +34,7 @@ jobs:
3234
strategy:
3335
matrix:
3436
os: [windows-latest, ubuntu-latest, macos-latest]
35-
python_tag: [cp37, cp38, cp39, cp310, cp311, cp312]
37+
python_tag: [cp38, cp39, cp310, cp311, cp312]
3638
include:
3739
- os: windows-latest
3840
os_tag: win_amd64
@@ -126,7 +128,7 @@ jobs:
126128
strategy:
127129
matrix:
128130
os: [ubuntu-latest]
129-
python_tag: [cp36, cp37, cp38, cp39, cp310, cp311, cp312]
131+
python_tag: [cp38, cp39, cp310, cp311, cp312]
130132
arch: [aarch64, ppc64le, s390x, i686]
131133
include:
132134
- arch: aarch64

0 commit comments

Comments
 (0)