Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hello, I would like to update the version of `trio` & relax the version of `trio-typing`. I'm working on a project where we use `qtrio`, `trio` & `trio-typing` and we would like to update `trio` & `trio-typing`. But we're stuck being with `qtrio` requirement for `trio-typing`. So I propose this pull-request, I've tested the change on the said project and it work, I've also executed the following command on `qtrio` ```shell python3 -m venv testvenv source testvenv/bin/activate INSTALL_EXTRAS=[PyQt5,p_tests] ./ci.sh INSTALL_EXTRAS=[PyQt5,p_checks,p_docs] CHECK_TYPE_HINTS=1 ./ci.sh ```
- Loading branch information