Skip to content

Conversation

@dkropachev
Copy link
Collaborator

@dkropachev dkropachev commented Oct 15, 2025

Add Python 3.14 to supported list and start testing it.

Pre-review checklist

  • I have split my patch into logically separate commits.
  • All commit messages clearly explain what they change and why.
  • I added relevant tests for new features and bug fixes.
  • All commits compile, pass static checks and pass test.
  • PR description sums up the changes and reasons why they should be introduced.
  • I have provided docstrings for the public items that I want to introduce.
  • I have adjusted the documentation in ./docs/source/.
  • I added appropriate Fixes: annotations to PR description.

@dkropachev dkropachev force-pushed the dk/add-python-3.14-support branch from b72584a to 7769379 Compare October 16, 2025 16:41
1. Add integration tests to CICD
2. Update documentation and pyproject.toml
Since python 3.14 `.within` requires argument to be iterable or list of
items.
So, let's replace it with `.contain` when it comes to substring search.
@dkropachev dkropachev force-pushed the dk/add-python-3.14-support branch from 7769379 to 206bf79 Compare October 16, 2025 16:45
@dkropachev
Copy link
Collaborator Author

Just to keep updated, by some reason instead of asincio and libev it uses twisted which uses zope, which does not support python 3.14 and fails by this reason.

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