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

Increase minimally-supported versions of Python and dependencies #3208

Merged
merged 4 commits into from
Jan 2, 2023

Conversation

mwaskom
Copy link
Owner

@mwaskom mwaskom commented Jan 1, 2023

These more-or-less follow the guidelines in NEP29 (we're a little ahead of schedule on numpy 1.20 but I don't expect 0.13.0 to go out before it's inside the window).

Additionally, drops support for Python 3.7 and adds Python 3.11 for the main CI build environment.

@mwaskom mwaskom added this to the v0.13.0 milestone Jan 1, 2023
@codecov
Copy link

codecov bot commented Jan 2, 2023

Codecov Report

Merging #3208 (cd5db6d) into master (fd09815) will decrease coverage by 0.10%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #3208      +/-   ##
==========================================
- Coverage   98.42%   98.32%   -0.11%     
==========================================
  Files          77       77              
  Lines       24407    24406       -1     
==========================================
- Hits        24023    23997      -26     
- Misses        384      409      +25     
Impacted Files Coverage Δ
seaborn/_core/rules.py 98.30% <100.00%> (-1.70%) ⬇️
tests/_core/test_plot.py 98.43% <100.00%> (-0.29%) ⬇️
seaborn/_stats/order.py 93.33% <0.00%> (-6.67%) ⬇️
seaborn/utils.py 93.52% <0.00%> (-1.98%) ⬇️
seaborn/_marks/line.py 98.34% <0.00%> (-1.66%) ⬇️
tests/test_rcmod.py 88.88% <0.00%> (-1.59%) ⬇️
seaborn/_core/properties.py 99.05% <0.00%> (-0.48%) ⬇️
tests/test_core.py 99.47% <0.00%> (-0.21%) ⬇️
... and 2 more

@mwaskom mwaskom merged commit 7b70380 into master Jan 2, 2023
@mwaskom mwaskom deleted the maint/deps branch January 2, 2023 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant