File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff 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+
15221.2.2
1623-----
1724
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ dependencies = [
66 " cryptography" ,
77]
88license = {text = " BSD-3-Clause" }
9- requires-python = " >=3.8 "
9+ requires-python = " >=3.9 "
1010dynamic = [" version" ]
1111readme = " README.rst"
1212classifiers = [
@@ -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" ,
You can’t perform that action at this time.
0 commit comments