- Use '/' key to quickly access this field.
- Enter a name of repository, or repository group for quick search.
- Prefix query to allow special search:
user:admin, to search for usernames, always global
user_group:devops, to search for user groups, always global
pr:303, to search for pull request number, title, or description, always global
commit:efced4, to search for commits, scoped to repositories or groups
file:models.py, to search for file paths, scoped to repositories or groups
For advanced full text search visit: repository search
MAINT: remove support and testing on Python 3.8...
MAINT: remove support and testing on Python 3.8
According to NEP 29 it is now time to remove support for Python 3.8
This commit removes support for Python 3.8 from the codebase, as well as
removing the tests for Python 3.8 from the CI workflow.
It also updates the `pyproject.toml` file to reflect the removal of
Python 3.8 support.