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

Regen dependencies with Python 3.9 #172

Closed
wants to merge 1 commit into from
Closed

Conversation

phihag
Copy link
Member

@phihag phihag commented Oct 28, 2024

In the deployment for v80, I updated the dependencies to be able to publish, as their were known security vulnerabilities in the Django version.
But I did that with Python 3.12, breaking 3.9 and 3.10 support.

Update with Python 3.9.
I doubt we use this project anywhere with 3.9 or even 3.10.

In the deployment for v80, I updated the dependencies to be able to publish, as their were known security vulnerabilities in the Django version.
But I did that with Python 3.12, breaking 3.9 and 3.10 support.

Update with Python 3.9.
I doubt we use this project anywhere with 3.9 or even 3.10.
],
"markers": "python_version >= '3.10' and python_version < '4'",
"version": "==104"
"version": "==93"
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is a downgrade, because bx_py_utils supports only Python >= 3.10... I think we should also change bx_django_utils and support also only >= 3.10, isn't it?!?

@phihag phihag closed this Oct 29, 2024
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