We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Installing in a project with python@^3.9 won't work, as this library requires python@>=3.9,<3.11, so we have to pin to the same top end constraint.
python@^3.9
python@>=3.9,<3.11
Should have forward compatibility for non-breaking releases of python, and should add django@4 testing
The text was updated successfully, but these errors were encountered:
thclark
No branches or pull requests
Bug report
What is the current behavior?
Installing in a project with
python@^3.9
won't work, as this library requirespython@>=3.9,<3.11
, so we have to pin to the same top end constraint.What is the expected behavior?
Should have forward compatibility for non-breaking releases of python, and should add django@4 testing
The text was updated successfully, but these errors were encountered: