Skip to content

Commit c64aa83

Browse files
committed
removing python 3.7
1 parent 8b2cd6a commit c64aa83

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/codecov.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
strategy:
77
matrix:
88
os: [ubuntu-latest]
9-
python: ["3.7","3.8","3.9","3.10","3.11"]
9+
python: ["3.8","3.9","3.10","3.11"]
1010
env:
1111
OS: ${{ matrix.os }}
1212
PYTHON: ${{ matrix.python }}

setup.cfg

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ classifiers =
2525
Typing :: Typed
2626
Programming Language :: Python :: 3
2727
Programming Language :: Python :: 3 :: Only
28-
Programming Language :: Python :: 3.7
2928
Programming Language :: Python :: 3.8
3029
Programming Language :: Python :: 3.9
3130
Programming Language :: Python :: 3.10

0 commit comments

Comments
 (0)