File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ wolfCrypt-py Release next (TBD)
2+ ==========================================
3+
4+ * Drop support for end-of-life Python versions (<= 3.9)
5+
6+
17wolfCrypt-py Release 5.8.4 (Jan 7, 2026)
28==========================================
39
Original file line number Diff line number Diff line change @@ -13,6 +13,10 @@ classifiers = [
1313 " Operating System :: OS Independent" ,
1414 " Programming Language :: Python :: 3" ,
1515 " Programming Language :: Python :: 3.10" ,
16+ " Programming Language :: Python :: 3.11" ,
17+ " Programming Language :: Python :: 3.12" ,
18+ " Programming Language :: Python :: 3.13" ,
19+ " Programming Language :: Python :: 3.14" ,
1620 " Topic :: Security" ,
1721 " Topic :: Security :: Cryptography" ,
1822 " Topic :: Software Development"
@@ -91,7 +95,7 @@ indent-width = 4
9195# Assume Python 3.10
9296target-version = " py310"
9397
94- [lint ]
98+ [tool . ruff . lint ]
9599# Enable Pyflakes (`F`) and a subset of the pycodestyle (`E`) codes by default.
96100# Unlike Flake8, Ruff doesn't enable pycodestyle warnings (`W`) or
97101# McCabe complexity (`C901`) by default.
@@ -105,7 +109,7 @@ unfixable = []
105109# Allow unused variables when underscore-prefixed.
106110dummy-variable-rgx = " ^(_+|(_+[a-zA-Z0-9_]*[a-zA-Z0-9]+?))$"
107111
108- [format ]
112+ [tool . ruff . format ]
109113# Like Black, use double quotes for strings.
110114quote-style = " double"
111115
You can’t perform that action at this time.
0 commit comments