Skip to content

Commit 9bf711e

Browse files
committed
Remove support for Python 3.7
1 parent 124fe6d commit 9bf711e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
runs-on: ubuntu-latest
122122
strategy:
123123
matrix:
124-
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
124+
python: ["3.8", "3.9", "3.10", "3.11"]
125125

126126
steps:
127127
- uses: actions/checkout@v3

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ def read(fname):
3333
"Operating System :: OS Independent",
3434
"Programming Language :: Python",
3535
"Programming Language :: Python :: 3",
36-
"Programming Language :: Python :: 3.7",
3736
"Programming Language :: Python :: 3.8",
3837
"Programming Language :: Python :: 3.9",
3938
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)