Skip to content

Commit 39e5574

Browse files
committed
Drop py37
1 parent f42a59d commit 39e5574

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
python-version: ["3.7", "3.11"]
10+
python-version: ["3.8", "3.11"]
1111
steps:
1212
- uses: actions/checkout@v2
1313
- name: Set up Python ${{ matrix.python-version }}

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
author_email='[email protected]',
3030
classifiers=[
3131
'Development Status :: 4 - Beta',
32-
'Programming Language :: Python :: 3.7',
3332
'Programming Language :: Python :: 3.8',
3433
'Programming Language :: Python :: 3.9',
3534
'Programming Language :: Python :: 3.10',

0 commit comments

Comments
 (0)