Skip to content

Commit a08c37c

Browse files
committed
drop python versions before py3.8, which are past EOL
1 parent 18b1cf7 commit a08c37c

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
include:
16-
- python-version: '3.7'
17-
toxenv: py37
1816
- python-version: '3.8'
1917
toxenv: py38
2018
- python-version: '3.9'

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,6 @@ def run_tests(self):
9696
'Development Status :: 5 - Production/Stable',
9797
'Programming Language :: Python',
9898
'Programming Language :: Python :: 3',
99-
'Programming Language :: Python :: 3.6',
100-
'Programming Language :: Python :: 3.7',
10199
'Programming Language :: Python :: 3.8',
102100
'Programming Language :: Python :: 3.9',
103101
'Programming Language :: Python :: 3.10',

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = codestyle, py37, py38, py39, py310, py311, py312, py313, pypy3
2+
envlist = codestyle, py38, py39, py310, py311, py312, py313, pypy3
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)