Skip to content

Commit bdd1b7c

Browse files
author
Gunther Klessinger
committed
remove 3.8
1 parent 349a708 commit bdd1b7c

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
25+
python-version: ["3.9", "3.10", "3.11", "3.12"]
2626

2727
steps:
2828
- name: Checkout code

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@ description = "Documentation Tools for the Mkdocs Material Framework"
99
authors = [{ name = "Gunther Klessinger", email = "gkle_ss_ing_er@gmx.de" }]
1010
license = { text = "BSD 2-Clause Simplified License" }
1111
readme = "README.md"
12-
requires-python = ">=3.8"
12+
requires-python = ">=3.9"
1313
keywords = []
1414
classifiers = [
1515
"Development Status :: 4 - Beta",
1616
"License :: OSI Approved :: BSD License",
1717
"Programming Language :: Python :: 3",
18-
"Programming Language :: Python :: 3.8",
1918
"Programming Language :: Python :: 3.9",
2019
"Programming Language :: Python :: 3.10",
2120
"Programming Language :: Python :: 3.11",
@@ -98,7 +97,7 @@ inline-quotes = "single"
9897
quote-style = "single"
9998

10099
[tool.mypy]
101-
python_version = "3.8"
100+
python_version = "3.9"
102101
warn_return_any = true
103102
warn_unused_configs = true
104103
disallow_untyped_defs = true

0 commit comments

Comments
 (0)