Skip to content

Commit

Permalink
Merge pull request #57 from edoburu/feature/python-3.7
Browse files Browse the repository at this point in the history
Drop support for Python 3.7
  • Loading branch information
timobrembeck committed Sep 26, 2023
2 parents 93a392a + 75ed546 commit 0c9bffd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/tests.yml
Expand Up @@ -5,14 +5,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
django-version: ["django~=3.2", "django~=4.1", "django~=4.2"]
optional-dependencies: ["optional-deps", "no-optional-deps"]
exclude:
- python-version: "3.7"
django-version: "django~=4.1"
- python-version: "3.7"
django-version: "django~=4.2"
env:
OS: ubuntu-latest
PYTHON: ${{ matrix.python-version }}
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Expand Up @@ -6,6 +6,7 @@ Unreleased

* Drop support for sphinx < 3.4.0
* [ `#45 <https://github.com/edoburu/sphinxcontrib-django/issues/45>`_ ] Fix rendering of inheritance diagrams
* Drop support for Python 3.7


Version 2.4 (2023-07-02)
Expand Down
3 changes: 1 addition & 2 deletions pyproject.toml
Expand Up @@ -18,7 +18,6 @@
"Intended Audience :: Developers",
"License :: OSI Approved :: Apache Software License",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
Expand All @@ -39,7 +38,7 @@
]
name = "sphinxcontrib-django"
readme = "README.rst"
requires-python = ">=3.7"
requires-python = ">=3.8"

[project.urls]
"Bug Tracker" = "https://github.com/edoburu/sphinxcontrib-django/issues"
Expand Down

0 comments on commit 0c9bffd

Please sign in to comment.