Skip to content
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 45 commits into from
Nov 20, 2024
Merged
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
8830cab
sync remote
ravi-kumar-pilla Jul 28, 2024
0a5d1ae
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla Jul 30, 2024
bf47b47
merge main
ravi-kumar-pilla Aug 8, 2024
13e905b
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla Aug 13, 2024
3d6326c
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla Aug 21, 2024
3d3bdda
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla Aug 22, 2024
1abfc43
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla Sep 4, 2024
1461a3c
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla Sep 5, 2024
c3f7cc6
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla Sep 9, 2024
1831a39
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla Sep 12, 2024
db14971
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla Sep 17, 2024
93a7e28
merge main
ravi-kumar-pilla Sep 19, 2024
a7592a2
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla Sep 23, 2024
493f5d1
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla Sep 27, 2024
ab8a6b1
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla Sep 30, 2024
f715fdf
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla Oct 4, 2024
27c38dc
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla Oct 8, 2024
16a0435
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla Oct 10, 2024
5ccafb6
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla Oct 21, 2024
57f6ddf
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla Oct 30, 2024
b0a8575
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla Nov 7, 2024
41c93cb
Merge branch 'main' of https://github.com/kedro-org/kedro-viz
ravi-kumar-pilla Nov 15, 2024
a30d0e4
add python 3.12 support
ravi-kumar-pilla Nov 15, 2024
662da86
fix permission
ravi-kumar-pilla Nov 15, 2024
1ab761d
add support for python 3.13
ravi-kumar-pilla Nov 15, 2024
68ee45a
testing windows build
ravi-kumar-pilla Nov 18, 2024
51103c9
testing py3.12 with upgraded pandas
ravi-kumar-pilla Nov 18, 2024
f9f6600
testing python 3.12 and fsspec compat
ravi-kumar-pilla Nov 18, 2024
4963f8b
Merge branch 'feature/python-3-12' of https://github.com/kedro-org/ke…
ravi-kumar-pilla Nov 18, 2024
14c0280
final test
ravi-kumar-pilla Nov 19, 2024
c715c40
Merge branch 'main' into feature/python-3-12
ravi-kumar-pilla Nov 19, 2024
25dc06f
address PR comments
ravi-kumar-pilla Nov 19, 2024
3aafdb1
upgrade pillow version
rashidakanchwala Nov 19, 2024
bb30b1e
Merge branch 'main' into feature/python-3-13
ravi-kumar-pilla Nov 19, 2024
e391f0b
Merge branch 'feature/python-3-12' of https://github.com/kedro-org/ke…
ravi-kumar-pilla Nov 19, 2024
561051f
Merge branch 'feature/python-3-13' of https://github.com/kedro-org/ke…
ravi-kumar-pilla Nov 19, 2024
a44de36
testing e2e fix
ravi-kumar-pilla Nov 19, 2024
fc5f76e
testing e2e fix
ravi-kumar-pilla Nov 19, 2024
be26fe6
merged main
ravi-kumar-pilla Nov 19, 2024
9a17a2e
merged main
ravi-kumar-pilla Nov 19, 2024
dbcb12e
update lower req
ravi-kumar-pilla Nov 19, 2024
4701068
testing only py3.13
ravi-kumar-pilla Nov 19, 2024
468c80c
update lower reqs
ravi-kumar-pilla Nov 20, 2024
1a3ded1
Update RELEASE.md
rashidakanchwala Nov 20, 2024
f601882
Merge branch 'main' into feature/python-3-13
rashidakanchwala Nov 20, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
testing python 3.12 and fsspec compat
ravi-kumar-pilla committed Nov 18, 2024
commit f9f66007f9f540da69946144e2dbdf580b5c9bb5
2 changes: 1 addition & 1 deletion package/features/steps/lower_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ipython==7.0.0
fastapi==0.100.0
fsspec==2021.4
fsspec==2021.06.01
aiofiles==22.1.0
uvicorn[standard]==0.22.0
watchfiles==0.24.0

Unchanged files with check annotations Beta

// sliced-pipeline-action-bar.test.js
import React from 'react';
import { render, screen } from '@testing-library/react';

Check warning on line 3 in src/components/sliced-pipeline-action-bar/sliced-pipeline-action-bar.test.js

GitHub Actions / javascript_lint_and_tests

'screen' is defined but never used
import { SlicedPipelineActionBar } from './sliced-pipeline-action-bar';
describe('SlicedPipelineActionBar', () => {