Commit 440d7c7
committed
Replace codecs.open by open
The reason is a deprecation warning introduced with Python 3.14:
```
/opt/hostedtoolcache/Python/3.14.0-rc.2/x64/lib/python3.14/site-packages/publicsuffix2/__init__.py:86: DeprecationWarning: codecs.open() is deprecated. Use open() instead.
with codecs.open(psl_file or PSL_FILE, 'r', encoding='utf8') as psl:
```
---
Signed-off-by: stefan6419846 <[email protected]>1 parent 4b2a771 commit 440d7c7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| |||
0 commit comments