Skip to content

Commit dd9ef90

Browse files
committed
9.0.10
- Support Python 3.14+
1 parent 0e3a4b0 commit dd9ef90

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 9.0.10
4+
5+
- Support Python 3.14+
6+
37
## 9.0.9
48

59
### Fixes

parsedmarc/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = "9.0.9"
1+
__version__ = "9.0.10"
22

33
USER_AGENT = f"parsedmarc/{__version__}"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
3333
dependencies = [
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",

0 commit comments

Comments
 (0)