Skip to content

Commit 1966609

Browse files
committed
fix!: remove python 3.8 support.
1 parent 335b6ce commit 1966609

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@ Changelog
1212
.. module:: joserfc
1313
:noindex:
1414

15+
1.3.0
16+
-----
17+
18+
**Unreleased**
19+
20+
- Remove Python 3.8 support.
21+
1522
1.2.2
1623
-----
1724

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies = [
66
"cryptography",
77
]
88
license = {text = "BSD-3-Clause"}
9-
requires-python = ">=3.8"
9+
requires-python = ">=3.9"
1010
dynamic = ["version"]
1111
readme = "README.rst"
1212
classifiers = [
@@ -18,7 +18,6 @@ classifiers = [
1818
"Operating System :: OS Independent",
1919
"Programming Language :: Python",
2020
"Programming Language :: Python :: 3",
21-
"Programming Language :: Python :: 3.8",
2221
"Programming Language :: Python :: 3.9",
2322
"Programming Language :: Python :: 3.10",
2423
"Programming Language :: Python :: 3.11",

0 commit comments

Comments
 (0)