Skip to content

Commit 8d3a024

Browse files
author
Agus Makmun
committed
fix: drop support for python 3.7
1 parent dc183f2 commit 8d3a024

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,13 @@ jobs:
1111
build:
1212
runs-on: ${{ matrix.os }}
1313

14+
# https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
1415
strategy:
1516
matrix:
1617
os: [ macos-latest, ubuntu-latest ]
1718
python-version: [ 3.9, "3.10" ]
1819
django-version: [ 3.2, 4.0, 4.1, 4.2 ]
1920
include:
20-
- os: macos-latest
21-
python-version: "3.7"
22-
django-version: "3.2"
23-
- os: ubuntu-latest
24-
python-version: "3.7"
25-
django-version: "3.2"
2621
- os: macos-latest
2722
python-version: "3.8"
2823
django-version: "3.2"

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ def get_requirements():
3434
"Operating System :: OS Independent",
3535
"Programming Language :: JavaScript",
3636
"Programming Language :: Python",
37-
"Programming Language :: Python :: 3.7",
3837
"Programming Language :: Python :: 3.8",
3938
"Programming Language :: Python :: 3.9",
4039
"Programming Language :: Python :: 3.10",

0 commit comments

Comments
 (0)