Skip to content

Commit

Permalink
drop support for python 3.5, which hit EOL in september 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
gruns committed Nov 6, 2024
1 parent 0947616 commit 5a79839
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ def run_tests(self):
'Development Status :: 4 - Beta',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py35, py36, py37, py38, py39, py310, py311, py312, pypy3
envlist = py36, py37, py38, py39, py310, py311, py312, pypy3

[testenv]
description = run unittest
Expand Down

0 comments on commit 5a79839

Please sign in to comment.