diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d7ee5e5..fad51d2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -31,10 +31,6 @@ jobs: django-version: 4.2.2 drf-version: 3.14.0 variant: default - - python-version: 3.7 - django-version: 3.2.19 - drf-version: 3.14.0 - variant: default steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} diff --git a/pyproject.toml b/pyproject.toml index c64f8cc..577c59c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ ] description = "Django REST API for offline mobile surveys and field data collection." readme = "README.md" -requires-python = ">=3.7" +requires-python = ">=3.8" license = {text = "MIT"} classifiers = [ "Development Status :: 5 - Production/Stable", @@ -17,7 +17,6 @@ classifiers = [ "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3", - "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10",