X Tutup
Skip to content

Drop Python 3.9 support#938

Open
arcivanov wants to merge 1 commit intopybuilder:masterfrom
arcivanov:drop-python-3.9
Open

Drop Python 3.9 support#938
arcivanov wants to merge 1 commit intopybuilder:masterfrom
arcivanov:drop-python-3.9

Conversation

@arcivanov
Copy link
Member

Summary

  • Remove CPython 3.9 from primary and secondary CI matrices
  • Remove PyPy 3.9 from experimental CI matrix
  • Update requires_python from >=3.9 to >=3.10
  • Remove Programming Language :: Python :: 3.9 classifier
  • Update README supported versions

Windows builds are failing on Python 3.9.

Windows CI builds failing on 3.9. Remove from workflow matrix,
build.py classifiers, requires_python, and README.
@coveralls
Copy link

coveralls commented Mar 8, 2026

Pull Request Test Coverage Report for Build 22825518411

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 22 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-0.006%) to 82.893%

Files with Coverage Reduction New Missed Lines %
src/main/python/pybuilder/python_utils.py 22 46.36%
Totals Coverage Status
Change from base Build 22815788768: -0.006%
Covered Lines: 5510
Relevant Lines: 6484

💛 - Coveralls

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup