Skip to content

Commit 06d3ddf

Browse files
committed
Remove support for 3.7
1 parent 9dc115b commit 06d3ddf

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-22.04
1010
strategy:
1111
matrix:
12-
python-version: ['3.7', '3.8', '3.9', '3.10', '3.11']
12+
python-version: ['3.8', '3.9', '3.10', '3.11']
1313

1414
steps:
1515
- uses: actions/checkout@v1

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
'License :: OSI Approved :: ISC License (ISCL)',
3535
'Operating System :: OS Independent',
3636
'Programming Language :: Python :: 3',
37-
'Programming Language :: Python :: 3.7',
3837
'Programming Language :: Python :: 3.8',
3938
'Programming Language :: Python :: 3.9',
4039
'Programming Language :: Python :: 3.10',

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[tox]
2-
envlist = py37, py38, py39, py310, py311
2+
envlist = py38, py39, py310, py311
33

44
[gh-actions]
55
python =
6-
3.7: py37
76
3.8: py38
87
3.9: py39
98
3.10: py310

0 commit comments

Comments
 (0)