File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 9.0.10
4+
5+ - Support Python 3.14+
6+
37## 9.0.9
48
59### Fixes
Original file line number Diff line number Diff line change 1- __version__ = "9.0.9 "
1+ __version__ = "9.0.10 "
22
33USER_AGENT = f"parsedmarc/{ __version__ } "
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ classifiers = [
2929 " Operating System :: OS Independent" ,
3030 " Programming Language :: Python :: 3"
3131]
32- requires-python = " >=3.9, <3.14 "
32+ requires-python = " >=3.9"
3333dependencies = [
3434 " azure-identity>=1.8.0" ,
3535 " azure-monitor-ingestion>=1.0.0" ,
@@ -48,7 +48,7 @@ dependencies = [
4848 " imapclient>=2.1.0" ,
4949 " kafka-python-ng>=2.2.2" ,
5050 " lxml>=4.4.0" ,
51- " mailsuite>=1.11.1 " ,
51+ " mailsuite>=1.11.2 " ,
5252 " msgraph-core==0.2.2" ,
5353 " opensearch-py>=2.4.2,<=3.0.0" ,
5454 " publicsuffixlist>=0.10.0" ,
You can’t perform that action at this time.
0 commit comments