Skip to content

Commit 5026c68

Browse files
eustascopybara-github
authored andcommitted
Drop Py 3.9- support
PiperOrigin-RevId: 828969805
1 parent 8a9ab54 commit 5026c68

File tree

6 files changed

+76
-254
lines changed

6 files changed

+76
-254
lines changed

.github/workflows/build_test.yml

Lines changed: 0 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -336,38 +336,6 @@ jobs:
336336
pip install setuptools==51.3.3
337337
python setup.py ${{ matrix.py_setuptools_cmd || 'test'}}
338338
339-
build_test_py27:
340-
name: Build and test with Python 2.7
341-
runs-on: ubuntu-latest
342-
container:
343-
image: ubuntu:22.04
344-
steps:
345-
346-
- name: Harden Runner
347-
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
348-
with:
349-
egress-policy: audit
350-
351-
- name: Install deps
352-
run: |
353-
apt update
354-
apt install -y curl gcc python2.7 python2.7-dev
355-
curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py
356-
python2.7 get-pip.py
357-
python2.7 -m pip install distutils-pytest==0.1
358-
359-
- name: Checkout the source
360-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
361-
with:
362-
submodules: false
363-
fetch-depth: 1
364-
365-
- name: Build / Test
366-
run: |
367-
python2.7 -VV
368-
python2.7 -c "import sys; sys.exit('Invalid python version') if '.'.join(map(str,sys.version_info[0:2])) != '2.7' else True"
369-
python2.7 setup.py test
370-
371339
build_test_dotnet:
372340
name: Build and test with .NET
373341
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)