Skip to content

Commit

Permalink
fix: drop support for python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Agus Makmun committed Mar 29, 2024
1 parent dc183f2 commit 8d3a024
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,13 @@ jobs:
build:
runs-on: ${{ matrix.os }}

# https://docs.djangoproject.com/en/dev/faq/install/#what-python-version-can-i-use-with-django
strategy:
matrix:
os: [ macos-latest, ubuntu-latest ]
python-version: [ 3.9, "3.10" ]
django-version: [ 3.2, 4.0, 4.1, 4.2 ]
include:
- os: macos-latest
python-version: "3.7"
django-version: "3.2"
- os: ubuntu-latest
python-version: "3.7"
django-version: "3.2"
- os: macos-latest
python-version: "3.8"
django-version: "3.2"
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ def get_requirements():
"Operating System :: OS Independent",
"Programming Language :: JavaScript",
"Programming Language :: Python",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand Down

0 comments on commit 8d3a024

Please sign in to comment.