Closed
Description
Python 3.11 is planned for October 3rd, and the first beta will be released soon (May 6th). Thus, I made a first attempt at running the tests on 3.11.0a7:
- de0aa69 ci: Update Python versions
- 9fbaba2 Ignore certifi deprecation warning
- fc57a80 Update YAML C extension check
- 323b64c ignore hypothesis warnings
- 6fc30a1 ci: Mark Python 3.11 as experimental
Unfortunately, I couldn't really get things to work fully. Some of the tests in tests/end2end/features/test_hints_bdd.py
and tests/end2end/features/test_tabs_bdd.py
seem to be flaky in strange ways. We should probably have a closer look, but for now, I should probably focus on Qt 6 first.