aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2020-05-30 17:11:49 -0400
committerJason R. Coombs <jaraco@jaraco.com>2020-05-31 08:38:53 -0400
commita5dbf96442a539dbdb59af56898f0571dc68c3d6 (patch)
tree2bb0bbbbfcf2a3fa1bd39a5cb7676c68893ecfb7 /.github
parent74de4e985eda49e38ece5805e05197dd4d2d9c8a (diff)
downloadexternal_python_setuptools-debt/drop-py35.tar.gz
external_python_setuptools-debt/drop-py35.tar.bz2
external_python_setuptools-debt/drop-py35.zip
Drop support for Python 3.5.debt/drop-py35
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/python-tests.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml
index e3663cf0..41441644 100644
--- a/.github/workflows/python-tests.yml
+++ b/.github/workflows/python-tests.yml
@@ -23,7 +23,6 @@ jobs:
- pypy3
- 3.7
- 3.6
- - 3.5
os:
- ubuntu-latest
- ubuntu-16.04