LaurenceB

Results 6 comments of LaurenceB

I'm not 100% sure that `setup.py` is compatible with PEP 508 environment markers. Pending a full test-suite workflow approval, I've tested that `python -m pip install .` works in both...

If the webserver doesn't work, the fix may be to depend on `legacy-cgi; python_version >= '3.13'`

Thank you. Do you think it could be worth adding `legacy-cgi` to our dependencies as a stopgap? I can do that, or change things to flag max version is 3.12....

Thanks @sijis. I have opened https://github.com/errbotio/errbot/pull/1729 to address this. I've tested that `pip install .` works on python 3.9 and 3.13.

I've recently been hit by this too. Our internal tooling using the GitHub API to inspect `check-runs` and we see problems with the `Lint (pull_request)` reporting late, or reporting failure...

This might also be a regression on https://github.com/stoplightio/spectral-action/issues/506 (similar to #640)