-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: clalarco/python-lint-annotate
base: issue-19-update-readme
head repository: marian-code/python-lint-annotate
compare: master
- 12 commits
- 6 files changed
- 2 contributors
Commits on Dec 3, 2024
-
Merge pull request marian-code#20 from clalarco/issue-19-update-readme
Fixes marian-code#19 Updating README and adding an example for use-external-python
Configuration menu - View commit details
-
Copy full SHA for 3892c0d - Browse repository at this point
Copy the full SHA 3892c0dView commit details
Commits on Jan 15, 2026
-
Update macOS runner from macOS 13 to macOS 14
The macOS 13 runner is retired.
Configuration menu - View commit details
-
Copy full SHA for f6b9518 - Browse repository at this point
Copy the full SHA f6b9518View commit details
Commits on Feb 25, 2026
-
Merge pull request marian-code#21 from RytoEX/update-macos-runner
Update macOS runner from macOS 13 to macOS 14
Configuration menu - View commit details
-
Copy full SHA for ab76874 - Browse repository at this point
Copy the full SHA ab76874View commit details -
Fix an oversight from ab76874 where the matrix was not properly updated to exclude older Python.
Configuration menu - View commit details
-
Copy full SHA for 6c1999c - Browse repository at this point
Copy the full SHA 6c1999cView commit details -
Fix an oversight from ab76874 where the matrix was not properly updated to exclude older Python.
Configuration menu - View commit details
-
Copy full SHA for 48602b1 - Browse repository at this point
Copy the full SHA 48602b1View commit details -
Update first-party GitHub Actions to avoid warnings about node20
Details: * Update actions/checkout from v4 to v6 * Update actions/setup-python from v5 to v6 https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
Configuration menu - View commit details
-
Copy full SHA for 68f7991 - Browse repository at this point
Copy the full SHA 68f7991View commit details -
Fix use-external-python in the action
marian-code/python-lint-annotate@fd01666 broke setting the Python version for the action. While use-external-python works in .github/workflows/test-python-install.yml, it does not work in the action itself. This is because custom action inputs cannot use true booleans, so the use-external-python input is a string type. This string then always gets interpreted as "true", so the "Setup python" condition always resolves to "false" due to negation. Use fromJSON to correctly convert the strings "true" and "false" to boolean types.
Configuration menu - View commit details
-
Copy full SHA for 247d333 - Browse repository at this point
Copy the full SHA 247d333View commit details
Commits on Feb 26, 2026
-
Update all requirements to latest stable versions
This also raises the minimum required Python version to 3.10, so update the supported Python version range to 3.10-3.14. Note that Python 3.10 will not install correctly on macOS 14+, so it is still excluded from those runners.
Configuration menu - View commit details
-
Copy full SHA for 09635a4 - Browse repository at this point
Copy the full SHA 09635a4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 61647a3 - Browse repository at this point
Copy the full SHA 61647a3View commit details
Commits on Mar 1, 2026
-
Merge pull request marian-code#23 from RytoEX/fix-macos-matrix-excludes
Fix macOS matrix excludes
Configuration menu - View commit details
-
Copy full SHA for 74c70a8 - Browse repository at this point
Copy the full SHA 74c70a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53651b0 - Browse repository at this point
Copy the full SHA 53651b0View commit details -
Merge pull request marian-code#24 from RytoEX/update-action
Fix macOS matrix, update first-party GitHub Actions, fix use-external-python, update all requirements and linters
Configuration menu - View commit details
-
Copy full SHA for ffff026 - Browse repository at this point
Copy the full SHA ffff026View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff issue-19-update-readme...master