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

Test against Pandas 1.0 #2333

Merged
merged 1 commit into from
Jan 31, 2020
Merged

Conversation

Zac-HD
Copy link
Member

@Zac-HD Zac-HD commented Jan 30, 2020

Pandas 1.0 has just been released, so this PR adds it to our CI.

@Zac-HD Zac-HD added the tests/build/CI about testing or deployment *of* Hypothesis label Jan 30, 2020
@Zac-HD
Copy link
Member Author

Zac-HD commented Jan 30, 2020

😂 I'm too fast, it's on conda-forge but not PyPI. Will refresh tomorrow...

@Zac-HD Zac-HD closed this Jan 30, 2020
@Zac-HD Zac-HD reopened this Jan 30, 2020
@@ -441,7 +441,7 @@ def standard_tox_task(name):

for n in [22, 30, 111]:
standard_tox_task("django%d" % (n,))
for n in [19, 20, 21, 22, 23, 24, 25]:
for n in [19, 20, 21, 22, 23, 24, 25, 100]:
Copy link
Contributor

Choose a reason for hiding this comment

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

Not important for this PR, but that’s a long list of supported versions we’re building up – is there a supported versions policy from the pandas team?

Copy link
Member Author

Choose a reason for hiding this comment

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

The default policy for the data stack was recently set through the numpy enhancement proposal process - it amounts to supporting Python versions for four years after release, and Numpy (or other foundational libs) for two years after release.

So I'd be fine with dropping several of these as soon as we have reason to, but for now they're far from a bottleneck on our CI (which eg no longer has Python 2 builds!)

@Zac-HD Zac-HD merged commit b942262 into HypothesisWorks:master Jan 31, 2020
@Zac-HD Zac-HD deleted the test-pandas-1 branch April 15, 2020 10:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests/build/CI about testing or deployment *of* Hypothesis
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants