File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ may want to subscribe to `GitHub's tag feed
1212unreleased
1313
1414* CHANGE the ``pkg_resources `` library is no longer required.
15+ * NEW support python 3.14
1516
16170.13.0
1718======
Original file line number Diff line number Diff line change @@ -20,10 +20,11 @@ classifiers = [
2020 " Programming Language :: Python :: 3.11" ,
2121 " Programming Language :: Python :: 3.12" ,
2222 " Programming Language :: Python :: 3.13" ,
23+ " Programming Language :: Python :: 3.14" ,
2324 " Topic :: Communications" ,
2425 " Topic :: Utilities" ,
2526]
26- requires-python = " >=3.9,<3.14 "
27+ requires-python = " >=3.9,<3.15 "
2728dependencies = [
2829 " click>=3.2" ,
2930 " click_log>=0.2.0" ,
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ python =
2222 3.11: py311
2323 3.12: py312
2424 3.13: py313
25+ 3.14: py314
2526
2627[testenv:docs]
2728allowlist_externals = make
You can’t perform that action at this time.
0 commit comments