Skip to content

Bump, update pyproject and drop python 3.8 - #211

Merged
mosquito merged 4 commits into
masterfrom
release/6.9.0
Jul 22, 2025
Merged

Bump, update pyproject and drop python 3.8#211
mosquito merged 4 commits into
masterfrom
release/6.9.0

Conversation

@mosquito

@mosquito mosquito commented Jul 22, 2025

Copy link
Copy Markdown
Owner

Release for #205

@mosquito

Copy link
Copy Markdown
Owner Author

@ozobotnovako could you please take a look why tests under 3.13 fails with ssl errors?

@ozobotnovako

Copy link
Copy Markdown
Contributor

The test manually creates the ssl context, but when comparing this to the default context implementation it misses context.verify_mode = ssl.CERT_NONE. This probably leads to a silently ignored error which got fixed in python 3.13 - python/cpython#107077 .

Setting the verify_mode in the test seems to fix the issue. Do you want a pr for that?

@mosquito
mosquito merged commit a069a8d into master Jul 22, 2025
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.

2 participants