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

set floors on runtime dependencies (fixes #272) #278

Merged
merged 2 commits into from
Nov 8, 2024
Merged

Conversation

jameslamb
Copy link
Owner

@jameslamb jameslamb commented Nov 8, 2024

fixes #272

Sets runtime floors on this project's dependencies:

Notes for Reviewers

How I found those

Installed the oldest versions on PyPI, and ran the following:

pydistcheck --help
pydistcheck --version
pydistcheck --inspect ./tests/data/*.whl
make test-local

When those broke, tried newer versions.

I kept working up from there until I found versions that this project was compatible with.

@jameslamb jameslamb added the enhancement New feature or request label Nov 8, 2024
@jameslamb jameslamb merged commit 471660e into main Nov 8, 2024
22 checks passed
@jameslamb jameslamb deleted the oldest-deps branch November 8, 2024 05:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[feature request] find the floor for click dependency
1 participant