Skip to content

Commit

Permalink
Remove end-of-life Pythons
Browse files Browse the repository at this point in the history
Please see https://devguide.python.org/versions/#versions for the list of supported Python versions.
  • Loading branch information
mbaechtold committed Dec 31, 2023
1 parent 00aaccb commit 64c421b
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ language: python
dist: xenial
sudo: true
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- pip install tox
Expand Down
3 changes: 0 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
'Development Status :: 3 - Alpha',
'Environment :: Other Environment',
'Intended Audience :: Developers',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Software Development :: Libraries :: Python Modules',
Expand Down
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
[tox]
envlist =
py35
py36
py37
py38

[testenv]
Expand Down

0 comments on commit 64c421b

Please sign in to comment.