-
Notifications
You must be signed in to change notification settings - Fork 12
feat: set --no-build-isolation #237
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
Open
taegyunkim
wants to merge
22
commits into
master
Choose a base branch
from
taegyunkim/no-build-isolation
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
65ef002
feat: set --no-build-isolation
taegyunkim 9b944f4
feat: drop 3.7 support and add 3.13 and 3.14
taegyunkim 7862073
add relnote
taegyunkim c825632
fix tests
taegyunkim 3e71b98
format
taegyunkim bc7c4a6
use importlib.metadata instead of pkg_resources
taegyunkim 50e22c7
Merge branch 'taegyunkim/py-versions' of github.com:DataDog/riot into…
taegyunkim 914f49d
update tests with correct stderr and stdout
taegyunkim db18cfe
address flake8 and black issues
taegyunkim 73b2d52
ignore coverage files
taegyunkim 20c7d7c
remove logging-format as it doesnt seem to get updated to support ver…
taegyunkim c3f0d0c
dont check in python-version
taegyunkim d7c1572
dont set failfast
taegyunkim 77069ab
fix tests for 3.8 and 3.9
taegyunkim 4bcda9e
remove .claude from tracking
taegyunkim cc49473
format
taegyunkim 4510960
use python 3.14 as 3.8 is soon EOLed and update deps
taegyunkim ae82af4
fix typo 3.4->3.14
taegyunkim c6f7360
install setuptools
taegyunkim 5d00c23
update wording
taegyunkim f437115
Merge branch 'taegyunkim/py-versions' into taegyunkim/no-build-isolation
taegyunkim ed6287b
update actions
taegyunkim 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
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
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 |
|---|---|---|
|
|
@@ -45,4 +45,7 @@ target/ | |
| .riot/ | ||
|
|
||
| # Pycharm | ||
| .idea | ||
| .idea | ||
|
|
||
| # coverage | ||
| .coverage* | ||
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
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 |
|---|---|---|
|
|
@@ -4,6 +4,7 @@ exclude = ''' | |
| /( | ||
| \.venv.* | ||
| | \.riot | ||
| | \.eggs | ||
| )/ | ||
| ) | ||
| ''' | ||
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,4 @@ | ||
| --- | ||
| features: | ||
| - | | ||
| Drops support for Python 3.7, and adds support for 3.13 and 3.14. |
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will still install necessary install deps right?