File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.4.0
4+
5+ * Extended support to python 3.13
6+ * Cert.not_valid_before returns UTC datetime if cryptography version >= 42
7+ * Cert.not_valid_after returns UTC datetime if cryptography version >= 42
8+
39## 1.3.1
410
511* is_issued_by now raises MissingCertProperty if no hash algorithm found. Before it would silently return False
Original file line number Diff line number Diff line change 11import sys
22
3- __version__ = "1.3 .0"
3+ __version__ = "1.4 .0"
44__is_py3__ = sys .version_info >= (3 , 0 )
Original file line number Diff line number Diff line change 4242 "Programming Language :: Python :: 3.10" ,
4343 "Programming Language :: Python :: 3.11" ,
4444 "Programming Language :: Python :: 3.12" ,
45+ "Programming Language :: Python :: 3.13" ,
4546 "License :: OSI Approved :: MIT License" ,
4647 "Operating System :: OS Independent" ,
4748 ],
You can’t perform that action at this time.
0 commit comments