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

Optimize contraint for unsupported minor core versions #20

Open
gapple opened this issue Sep 30, 2019 · 0 comments
Open

Optimize contraint for unsupported minor core versions #20

gapple opened this issue Sep 30, 2019 · 0 comments

Comments

@gapple
Copy link

gapple commented Sep 30, 2019

#17 Still includes constraints for each unsupported minor core version instead of a single constraint blocking all older core versions.

e.g.
8.0.4|>=8.0,<8.0.4|8.0.5|8.0.6|>=8.1,<8.1.10|8.1.10|>=8.2,<8.2.8|8.2.8|>=8.3,<8.3.9|8.3.9|>=8.4,<8.4.8|8.4.8|>=8.5,<8.5.15|8.5.15|>=8.6,<8.6.16|>=8.7,<8.7.5

Could be reduced to:
<8.6|>=8.6,<8.6.16|>=8.7,<8.7.5

@gapple gapple changed the title Optimize contraint for unsupported major versions Optimize contraint for unsupported minor core versions Sep 30, 2019
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

No branches or pull requests

1 participant