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

Drop support for Python 3.6 #1268

Merged
merged 8 commits into from
Jan 13, 2022
Merged

Conversation

acezen
Copy link
Collaborator

@acezen acezen commented Jan 12, 2022

What do these changes do?

since the NetworkX dependency has been bump up to 2.6 and it has droped support for Python3.6, the GraphScope should drop support for python 3.6.

Related issue number

Fixes #1269

@codecov-commenter
Copy link

codecov-commenter commented Jan 12, 2022

Codecov Report

Merging #1268 (0d089dd) into main (d3e8545) will decrease coverage by 33.37%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##             main    #1268       +/-   ##
===========================================
- Coverage   73.70%   40.32%   -33.38%     
===========================================
  Files          89       89               
  Lines        9476     9476               
===========================================
- Hits         6984     3821     -3163     
- Misses       2492     5655     +3163     
Impacted Files Coverage Δ
python/graphscope/tests/unittest/test_lazy.py 0.00% <0.00%> (-100.00%) ⬇️
python/graphscope/tests/unittest/test_java_app.py 0.00% <0.00%> (-100.00%) ⬇️
...ython/graphscope/tests/unittest/test_cython_ast.py 0.00% <0.00%> (-100.00%) ⬇️
...ython/graphscope/tests/unittest/test_serailaize.py 0.00% <0.00%> (-100.00%) ⬇️
python/graphscope/tests/unittest/test_app.py 0.00% <0.00%> (-98.39%) ⬇️
python/graphscope/analytical/udf/patch.py 3.47% <0.00%> (-96.53%) ⬇️
...thon/graphscope/tests/unittest/test_scalability.py 0.00% <0.00%> (-96.16%) ⬇️
...hon/graphscope/tests/unittest/test_create_graph.py 0.00% <0.00%> (-92.00%) ⬇️
python/graphscope/tests/unittest/test_graph.py 0.00% <0.00%> (-85.22%) ⬇️
python/graphscope/tests/unittest/test_context.py 0.00% <0.00%> (-81.04%) ⬇️
... and 36 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d3e8545...0d089dd. Read the comment docs.

@acezen acezen marked this pull request as ready for review January 13, 2022 11:25
@acezen acezen merged commit 0ba3d5e into alibaba:main Jan 13, 2022
@acezen acezen deleted the acezen/drop_support_py36 branch January 13, 2022 15:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop support for python 3.6
4 participants