Skip to content

Commit

Permalink
Remove CI for Python 3.5 (#501)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbelanger committed May 14, 2024
1 parent e2b0ca8 commit 3173f6e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
os: [macos-13, windows-latest]
python-version: [3.5, 3.6, 3.7, 3.8, pypy-3.7]
python-version: [3.6, 3.7, 3.8, pypy-3.7]
exclude:
- os: windows-latest
python-version: 3.6
Expand Down Expand Up @@ -74,7 +74,7 @@ jobs:
strategy:
matrix:
os: [macos-13, windows-latest]
python-version: [3.5, 3.6, 3.7, 3.8, pypy-3.7]
python-version: [3.6, 3.7, 3.8, pypy-3.7]
exclude:
- os: windows-latest
python-version: 3.6
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
@@ -1,6 +1,6 @@
[tox]

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

[flake8]
Expand Down Expand Up @@ -86,4 +86,4 @@ description = invoke sphinx-build to build the HTML docs
extras = docs
commands = sphinx-build -b html docs build/html
deps =
sphinx
sphinx

0 comments on commit 3173f6e

Please sign in to comment.