Skip to content

Commit d0e3d52

Browse files
authored
Drop claiming 3.8 support, and test 3.9 across all OSes (#74)
Inspired by https://github.com/mkdocs/mkdocs-redirects/pull/73/files#r2090887131
1 parent 9a52ead commit d0e3d52

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
os: ubuntu-latest
2424
- python: '3.9'
2525
os: macos-latest
26-
- python: '3.8'
26+
- python: '3.9'
2727
os: windows-latest
28-
- python: '3.8'
28+
- python: '3.9'
2929
os: ubuntu-latest
3030
versions: minimal
3131
runs-on: ${{matrix.os}}

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ classifiers = [
1919
"License :: OSI Approved :: MIT License",
2020
"Operating System :: OS Independent",
2121
"Programming Language :: Python",
22-
"Programming Language :: Python :: 3.8",
2322
"Programming Language :: Python :: 3.9",
2423
"Programming Language :: Python :: 3.10",
2524
"Programming Language :: Python :: 3.11",
@@ -31,7 +30,7 @@ classifiers = [
3130
"Typing :: Typed",
3231
]
3332
dynamic = ["version"]
34-
requires-python = ">=3.8"
33+
requires-python = ">=3.9"
3534
dependencies = [
3635
"mkdocs >=1.1.1",
3736
#min "jinja2 >=2.10.1",

0 commit comments

Comments
 (0)