Skip to content

Add support for Django 5 and Python 3.11, 3.12 #43

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

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

ebolasudan
Copy link

Updated tox.ini to include testing environments for Django 5 and Python versions 3.11 and 3.12. Updated README.md to reflect the new compatibility with Django 5.

Updated tox.ini to include testing environments for Django 5 and Python versions 3.11 and 3.12. Updated README.md to reflect the new compatibility with Django 5.
@ebolasudan
Copy link
Author

Updated tox.ini to include testing environments for Django 5 and Python versions 3.11 and 3.12. Updated README.md to reflect the new compatibility with Django 5.

Extended the GitHub Actions workflow to include testing for Python 3.11 and 3.12. Updated the `django-prices` package dependency in `setup.py` to version 2.3.0 for better compatibility and features.
Revised the `envlist` to clearly define Python-Django version compatibility. This change ensures tests are run with the appropriate Python versions for each Django series, improving clarity and maintainability.
Changed the django-prices dependency to point to a custom GitHub repository for supporting Django 5. This ensures compatibility with the latest Django version while using the django-prices package.
Corrected the GitHub username in the URL for the django-prices dependency to ensure the package installs correctly. This change affects the install_requires section in setup.py.
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.

1 participant