Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

cd: drop python/3.9

usov_i requested to merge drop-python39 into master

Description

Drop support for python/3.9

Type of Change

  • Remove python/3.9 CI tests
  • Change python_requires to >=3.10

Potential side effects

[Describe any potential side effects or risks of merging this MR.]

Screenshots / GIFs (if applicable)

[Include any relevant screenshots or GIFs to showcase the changes made.]

Additional Comments

Since CI pipelines of other projects will be triggered, this MR doesn't include any python/3.9 -> python/3.10 code changes. They could be pushed only after all projects drop python/3.9 CI pipelines, i.e. all these MR are accepted:

Definition of Done

  • Documentation is up-to-date.
Edited by usov_i

Merge request reports