summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/ci.yml22
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini2
3 files changed, 3 insertions, 22 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3c4d22a..aa004a0 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -51,12 +51,6 @@ jobs:
toxenv: docs-spelling
- name: pypy3
toxenv: docs-style
- - name: 3.5
- toxenv: py35-build
- - name: 3.5
- toxenv: py35-tests
- - name: 3.5
- toxenv: py35-tests_nongpl
- name: 3.6
toxenv: py36-build
- name: 3.6
@@ -76,8 +70,8 @@ jobs:
- name: 3.8
toxenv: py38-tests_nongpl
exclude:
- # Building on Windows isn't supported, and 3.5/PyPy on Windows
- # seem to fail with silent obscure errors.
+ # Building on Windows isn't supported, and PyPy on Windows
+ # seems to fail with silent obscure errors.
- os: windows-latest
python-version:
name: pypy2
@@ -112,18 +106,6 @@ jobs:
toxenv: style
- os: windows-latest
python-version:
- name: 3.5
- toxenv: py35-build
- - os: windows-latest
- python-version:
- name: 3.5
- toxenv: py35-tests
- - os: windows-latest
- python-version:
- name: 3.5
- toxenv: py35-tests_nongpl
- - os: windows-latest
- python-version:
name: 3.6
toxenv: py36-tests
- os: windows-latest
diff --git a/setup.cfg b/setup.cfg
index 250c15b..daed51e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -18,7 +18,6 @@ classifiers =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
diff --git a/tox.ini b/tox.ini
index 0138664..e836480 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
envlist =
- py{35,36,37,38,py2,py3}-{build,tests,tests_nongpl},
+ py{36,37,38,py2,py3}-{build,tests,tests_nongpl},
demo
readme
safety