Skip to content

Commit 3173f6e

Browse files
authored
Remove CI for Python 3.5 (#501)
1 parent e2b0ca8 commit 3173f6e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
os: [macos-13, windows-latest]
14-
python-version: [3.5, 3.6, 3.7, 3.8, pypy-3.7]
14+
python-version: [3.6, 3.7, 3.8, pypy-3.7]
1515
exclude:
1616
- os: windows-latest
1717
python-version: 3.6
@@ -74,7 +74,7 @@ jobs:
7474
strategy:
7575
matrix:
7676
os: [macos-13, windows-latest]
77-
python-version: [3.5, 3.6, 3.7, 3.8, pypy-3.7]
77+
python-version: [3.6, 3.7, 3.8, pypy-3.7]
7878
exclude:
7979
- os: windows-latest
8080
python-version: 3.6

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22

3-
envlist = py{27,34,35,36,37,38,39-dev,py,py3},check,lint,docs,test_unit,coverage
3+
envlist = py{27,36,37,38,39-dev,py,py3},check,lint,docs,test_unit,coverage
44
skip_missing_interpreters = true
55

66
[flake8]
@@ -86,4 +86,4 @@ description = invoke sphinx-build to build the HTML docs
8686
extras = docs
8787
commands = sphinx-build -b html docs build/html
8888
deps =
89-
sphinx
89+
sphinx

0 commit comments

Comments
 (0)