- Notifications
You must be signed in to change notification settings - Fork10
Comparing changes
Open a pull request
base repository:marian-code/python-lint-annotate
Uh oh!
There was an error while loading.Please reload this page.
base:v3
head repository:marian-code/python-lint-annotate
Uh oh!
There was an error while loading.Please reload this page.
compare:master
- 20commits
- 6files changed
- 3contributors
Commits on Mar 25, 2024
Remove Python 3.6 from tests to fix tests
Python 3.6 is not available on ubuntu-latest (22.04).It was available when ubuntu-latest was 20.04.
RytoEX committedMar 25, 2024
Commits on Mar 26, 2024
Merge pull request#7from RytoEX/fix-tests
Remove Python 3.6 from tests to fix tests
marian-code authoredMar 26, 2024 Drop Python 3.7 and support only Python 3.8+
Python 3.7 is EOL, and updated versions of some dependencies, such aspylint 3, only support Python 3.8+. Drop Python 3.7 in preparation toupdate those dependencies, which in turn should enable support forPython 3.11 and 3.12.
RytoEX committedMar 26, 2024 Update first-party GitHub Actions
Update first-party GitHub Actions to avoid warnings about node12 andnode16. * Update actions/checkout from v1 to v4 * Update actions/setup-python from v2/v3 to v5
RytoEX committedMar 26, 2024
Commits on Mar 27, 2024
Merge pull request#8from RytoEX/update-github-actions
Update first-party GitHub Actions
marian-code authoredMar 27, 2024 Merge branch 'master' into drop-py-37
marian-code authoredMar 27, 2024 Merge pull request#9from RytoEX/drop-py-37
Drop Python 3.7 and support only Python 3.8+
marian-code authoredMar 27, 2024 Update pylint from 2.12.1 to 3.1.0
When trying to add Python 3.11 and 3.12, tests failed due to adependency chain issue with the chain starting at pylint and ending atan outdated version of wrapt that did not support Python 3.11+. Theearliest version of pylint with an updated version of wrapt is pylint2.15. However, pylint 3.1.0 is the current version, so use that instead.
RytoEX committedMar 27, 2024 - RytoEX committed
Mar 27, 2024
Commits on Apr 3, 2024
Merge pull request#10from RytoEX/update-requirements
Update pylint from 2.12.1 to 3.1.0
marian-code authoredApr 3, 2024 Merge pull request#13from RytoEX/add-py311-312
Add Python 3.11 and 3.12
marian-code authoredApr 3, 2024 docs: Update Readme for the v4 release
marian-code committedApr 3, 2024 Update all requirements to latest versions
Also, update the README to just point to requirements.txt.
RytoEX committedApr 3, 2024
Commits on Nov 16, 2024
Using different macos versions for python older and newer than 3.11
clalarco committedNov 16, 2024 Merge pull request#1from clalarco/issue-17-fix-workflows
Using different macos versions for python older and newer than 3.11
clalarco authoredNov 16, 2024 ISSUE-15 New parameter to use an existing python installation.
- New parameter use-external-python to use an already installed python- Installation of requirements.txt uses --ignore-installed to avoid overriding versions defined in an external python- Adding a test workflow to check use-external-python
clalarco committedNov 16, 2024
Commits on Nov 18, 2024
Merge pull request#16from clalarco/issue-15-skip-python-installation
Resolves#15 Allow to use an external python module
Merge pull request#14from RytoEX/update-all-requirements
Update all requirements to latest versions
Commits on Dec 3, 2024
Merge pull request#20from clalarco/issue-19-update-readme
Fixes#19 Updating README and adding an example for use-external-python
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 v3...master
Uh oh!
There was an error while loading.Please reload this page.