This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 85be4410c660990528a72b40a4fb49a15620014e Merge: 80d16dee4 3256129eb Author: Jürg Billeter <[email protected]> AuthorDate: Mon Nov 3 16:58:56 2025 +0100 Merge pull request #2085 from apache/jbilleter/python-3.9 Drop support for Python 3.9 .github/common.env | 4 +-- .github/compose/ci.docker-compose.yml | 9 ----- .github/run-ci.sh | 2 +- .github/workflows/ci.yml | 2 -- .github/workflows/release.yml | 1 - .pylintrc | 4 --- doc/source/main_install.rst | 2 +- pyproject.toml | 6 +--- requirements/cov-requirements.txt | 8 ++--- requirements/dev-requirements.txt | 16 ++++----- requirements/requirements.in | 1 - requirements/requirements.txt | 16 ++++----- setup.cfg | 3 ++ setup.py | 5 ++- src/buildstream/_frontend/complete.py | 8 ++++- src/buildstream/_pluginfactory/pluginoriginpip.py | 7 +--- tests/conftest.py | 7 +--- tox.ini | 40 +++++++++++------------ 18 files changed, 58 insertions(+), 83 deletions(-)
