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

Upgrade django and python versions #189

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

brunomichetti
Copy link
Collaborator

@brunomichetti brunomichetti commented Sep 20, 2024

Changes:

  • Minor fix in _make_token_with_timestamp function, adding missing parameter to support newer version of django
  • Add in CONTRIBUTING.md file a step by step guide to run pytest locally
  • Split github actions tests into two files: one for test and one for coverage
  • Fix tests and coverages in github actions
  • Install tox to run locally the tests with different versions of Python
  • Remove support for older versions of Python before 3.8
  • Remove support for older versions of Django before 4.2
  • Update README to have the version badges
  • Update install_requires in setup.py for the working versions

TODO:

  • Install dev tools (isort, black, flake8, mypy) and add them into the github actions

@brunomichetti brunomichetti requested a review from a team as a code owner September 20, 2024 17:06
@brunomichetti brunomichetti force-pushed the upgrade-django-and-python-versions branch 20 times, most recently from a970190 to bd22cf7 Compare September 20, 2024 18:33
@brunomichetti brunomichetti force-pushed the upgrade-django-and-python-versions branch from bd22cf7 to 0b36beb Compare September 20, 2024 18:38
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.

4 participants