forked from segmentio/analytics-python
-
Notifications
You must be signed in to change notification settings - Fork 1
Release 1.0.0: remove support for Python 3.6, 3.7; fix linting errors #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 3 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
b735d60
mise venv for local development
richdawe-cio aa04d43
Test with more recent Python 3.x versions
richdawe-cio 7edc159
Sync setup and test matrix Python versions
richdawe-cio 01bff49
Update GHA; quote Python versions in test matrix
richdawe-cio e866deb
Python 3.6 is not supported by newer setup-python action
richdawe-cio e068f47
Downgrade setup-python, re-enable Python 3.6, and run whole test matr…
richdawe-cio 880bd73
Split linting out from tests
richdawe-cio d7873fe
Remove Python 3.6, 3.7 from test matrix
richdawe-cio c747ab1
Bump setup-python in lint too
richdawe-cio c65edf8
Typo
richdawe-cio 5a8da0c
Another typo
richdawe-cio c6b8a3f
Remove support for Python 3.6, 3.7
richdawe-cio 1688eba
Latest doc URLs
richdawe-cio 1fc2506
Bump version to 0.1.0
richdawe-cio 9f4d991
Synchronise setup.py and requirements.txt
richdawe-cio 22b9a98
Relax pylint
richdawe-cio c761e31
Bump version to 1.0.0; drop support for Python 3.6, 3.7 because of re…
richdawe-cio 5b5a65b
Bump version to 1.0.0
richdawe-cio d5ded78
Review feedback
richdawe-cio 7673d4e
Add lint-ci which fails only on linting errors
richdawe-cio de0ee97
Prefer using pip from venv to uv
richdawe-cio ddc5d6a
Fix pylint errors: missing __init__.py, import ordering, exception ha…
richdawe-cio File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,3 +11,4 @@ build | |
| .idea/ | ||
| .python-version | ||
| venv | ||
| .venv | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| [env] | ||
| MISE_FETCH_REMOTE_VERSIONS_TIMEOUT = "30s" | ||
|
|
||
| _.python.venv = { | ||
| path = ".venv", | ||
| create = true, | ||
| } | ||
|
|
||
| [tools] | ||
| python = "3.9" | ||
|
richdawe-cio marked this conversation as resolved.
Outdated
|
||
|
|
||
| [tasks.test] | ||
| run = 'make install test' | ||
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.