Drop Python 3.10/3.11 support, require Python 3.12+#262
Merged
mborgerson merged 6 commits intomasterfrom Apr 27, 2026
Merged
Conversation
Agent-Logs-Url: https://github.com/angr/pypcode/sessions/2b1a0c4d-dfad-454c-93c3-893b6a21e83f Co-authored-by: mborgerson <8210+mborgerson@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update project to require Python 3.12+ as minimum supported version
Drop Python 3.10/3.11 support, require Python 3.12+
Apr 27, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #262 +/- ##
==========================================
+ Coverage 86.57% 86.60% +0.02%
==========================================
Files 5 5
Lines 514 515 +1
Branches 82 82
==========================================
+ Hits 445 446 +1
Misses 27 27
Partials 42 42 ☔ View full report in Codecov by Sentry. |
Member
|
@copilot Fix lint job failure issues |
Agent-Logs-Url: https://github.com/angr/pypcode/sessions/7e623f7f-ff22-4e7a-9578-942b05ea58f9 Co-authored-by: mborgerson <8210+mborgerson@users.noreply.github.com>
Contributor
Author
Fixed in commit |
Member
|
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
Member
|
pre-commit.ci autofix |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
pyproject.toml: remove 3.10/3.11 classifiers, add 3.14 classifier, setrequires-python = ">=3.12", updatetool.blacktarget-version topy312.github/workflows/build.yml: change lint/build_sdist python-version from 3.10 → 3.12, remove cp310/cp311 from wheel matrixsetuptoolsto pip install in lint step (pylint was failing onsetup.pywithE0401: Unable to import 'setuptools').pre-commit-config.yaml: change pyupgrade arg from--py38-plusto--py312-plusOriginal prompt
This pull request was created from Copilot chat.