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

Separate requirements files by supported python version #748

Closed
nhoening opened this issue Jun 25, 2023 · 1 comment
Closed

Separate requirements files by supported python version #748

nhoening opened this issue Jun 25, 2023 · 1 comment

Comments

@nhoening
Copy link
Contributor

The .txt files (at the least, .in files can probably stay generic) should be available for each Python version we support, as the set of available packages per Python version differs.

This section of the pip-tools Readme states this as good practice, as well.

This has some consequences for Github actions and the Makefile, e.g. for the latter: can we pick the right requirements folder automatically by knowing the current environment's Python version? (on Github Actions, we set the Python version explicitly)

@nhoening
Copy link
Contributor Author

Solved by #776

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants