-
Notifications
You must be signed in to change notification settings - Fork 113
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
Add official support for python 3.13 #2191
Merged
Merged
Changes from 43 commits
Commits
Show all changes
45 commits
Select commit
Hold shift + click to select a range
8830cab
sync remote
ravi-kumar-pilla 0a5d1ae
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla bf47b47
merge main
ravi-kumar-pilla 13e905b
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla 3d6326c
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla 3d3bdda
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla 1abfc43
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla 1461a3c
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla c3f7cc6
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla 1831a39
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla db14971
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla 93a7e28
merge main
ravi-kumar-pilla a7592a2
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla 493f5d1
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla ab8a6b1
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla f715fdf
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla 27c38dc
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla 16a0435
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla 5ccafb6
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla 57f6ddf
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla b0a8575
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla 41c93cb
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla a30d0e4
add python 3.12 support
ravi-kumar-pilla 662da86
fix permission
ravi-kumar-pilla 1ab761d
add support for python 3.13
ravi-kumar-pilla 68ee45a
testing windows build
ravi-kumar-pilla 51103c9
testing py3.12 with upgraded pandas
ravi-kumar-pilla f9f6600
testing python 3.12 and fsspec compat
ravi-kumar-pilla 4963f8b
Merge branch 'feature/python-3-12' of https://github.com/kedro-org/ke…
ravi-kumar-pilla 14c0280
final test
ravi-kumar-pilla c715c40
Merge branch 'main' into feature/python-3-12
ravi-kumar-pilla 25dc06f
address PR comments
ravi-kumar-pilla 3aafdb1
upgrade pillow version
rashidakanchwala bb30b1e
Merge branch 'main' into feature/python-3-13
ravi-kumar-pilla e391f0b
Merge branch 'feature/python-3-12' of https://github.com/kedro-org/ke…
ravi-kumar-pilla 561051f
Merge branch 'feature/python-3-13' of https://github.com/kedro-org/ke…
ravi-kumar-pilla a44de36
testing e2e fix
ravi-kumar-pilla fc5f76e
testing e2e fix
ravi-kumar-pilla be26fe6
merged main
ravi-kumar-pilla 9a17a2e
merged main
ravi-kumar-pilla dbcb12e
update lower req
ravi-kumar-pilla 4701068
testing only py3.13
ravi-kumar-pilla 468c80c
update lower reqs
ravi-kumar-pilla 1a3ded1
Update RELEASE.md
rashidakanchwala f601882
Merge branch 'main' into feature/python-3-13
rashidakanchwala 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 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 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 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 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 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 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
kedro>=0.18.0 | ||
kedro-datasets[pandas.CSVDataset,pandas.ExcelDataset, pandas.ParquetDataset, plotly.PlotlyDataset, matplotlib.MatplotlibWriter]>=2.1.0 | ||
scikit-learn~=1.0 | ||
pillow~=9.0 | ||
pillow>=9.0 | ||
seaborn>=0.13.0 |
This file contains 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 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 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.
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.
in the brackets, can you add the PRs