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

Fix how some sources are referenced in setup.py. #1064

Merged
merged 1 commit into from
Feb 21, 2023
Merged

Conversation

manthey
Copy link
Member

@manthey manthey commented Feb 21, 2023

Fix how sources that don't work with older python verisons are referenced.

Fix how sources that don't work with older python verisons are
referenced.
@manthey manthey merged commit eb2f115 into master Feb 21, 2023
@manthey manthey deleted the fix-packaging branch February 21, 2023 17:57
@@ -45,10 +44,12 @@ def prerelease_local_scheme(version):
sources = {
'bioformats': [f'large-image-source-bioformats{limit_version}'],
'deepzoom': [f'large-image-source-deepzoom{limit_version}'],
'dicom': [f'large-image-source-dicom{limit_version} ; python_version < "3.8"'],
Copy link
Contributor

Choose a reason for hiding this comment

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

Shouldn't this be python_version >= "3.8"? That's what it is with what was removed.

As is, this means anyone above Python 3.7 cannot install this source

Copy link
Member Author

Choose a reason for hiding this comment

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

Yep. Fixed and testing.

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.

2 participants