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 testing for Python 3.10 and 3.11 #20

Merged
merged 2 commits into from
Jun 5, 2023

Conversation

jrbourbeau
Copy link
Member

Today Dask support Python 3.9, 3.10, and 3.11. This PR adds testing matrix entries for Python 3.10 and 3.11. @rajagurunath thoughts on dropping 3.7 and 3.8?

@@ -3,7 +3,7 @@ channels:
- conda-forge
dependencies:
- python=3.7
- dask[dataframe,distributed]
- dask
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just a cleanup change. The [dataframe,distributed] extra is a pip-only feature, so is I think currently being ignored anyways

@codecov-commenter
Copy link

Codecov Report

Merging #20 (0426275) into main (cd731a9) will not change coverage.
The diff coverage is n/a.

❗ Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

@@           Coverage Diff           @@
##             main      #20   +/-   ##
=======================================
  Coverage   94.54%   94.54%           
=======================================
  Files           2        2           
  Lines         110      110           
=======================================
  Hits          104      104           
  Misses          6        6           

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Copy link
Collaborator

@jacobtomlinson jacobtomlinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @jrbourbeau this looks great. Perhaps we should discuss dropping older versions in a separate issue?

@jacobtomlinson jacobtomlinson merged commit 618fc05 into dask-contrib:main Jun 5, 2023
16 checks passed
@jrbourbeau jrbourbeau deleted the python-310-311 branch June 5, 2023 15:53
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.

None yet

3 participants