Skip to content

Commit

Permalink
Project: Remove support for Python 3.7 and 3.8
Browse files Browse the repository at this point in the history
sphinx-design 0.6.0 only supports Python 3.9 and higher.
  • Loading branch information
amotl committed Jun 27, 2024
1 parent 251f8b0 commit f4f40f7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.12

- name: Build package
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'macos-latest']
python-version: ['3.8', '3.11']
python-version: ['3.9', '3.12']

steps:
- uses: actions/checkout@v4
Expand Down
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ CHANGES
Unreleased
----------
- Updated to ``sphinx-design-elements==0.4.0`` and ``sphinx-design==0.6.0``
- Removed support for Python 3.7 and 3.8

2024/06/14 0.32.4
-----------------
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,10 @@
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: Software Development :: Documentation",
],
author="Crate.IO GmbH",
Expand Down

0 comments on commit f4f40f7

Please sign in to comment.