Christian Clauss

Results 1458 comments of Christian Clauss

The reason stated for sitting on this was that it remove the EOL Python 3.8 so let's put it back is so that we are running tests on Python 3.8...

3.9 will go EOL in a few weeks so I doubt there will be serious protest about dropping support for 3.8.

Big 👍 on this... Python 3.13 release candidate 2 is [scheduled](https://peps.python.org/pep-0719/#schedule) to be released on Tuesday. There has been a lot of work done recently to bring [Python Tier 3...

I don’t own an Android… Check out https://beeware.org to see if you can create a simple Python app that runs on Android.

Either line 7 or line 9 (I never remember which) of `.github/workflows/python_tests.yml` should be removed so that GHA's run for PRs from project maintainers.

Please rebase now that tests are passing again.

Just whitespace issues. ``` checkqa/bin/flake8 . ./configurations/importer.py:147:1: W293 blank line contains whitespace ./configurations/importer.py:149:13: E303 too many blank lines (2) ```

Please remove the duplicate type hints in comments so the following command passes without errors. % `ruff check --select=D417 backtracking/coloring.py`