Skip to content

Conversation

@stefan6419846
Copy link

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:

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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant