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

feat: Add support for django 40 and 41 #53

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

abhiabhi94
Copy link
Owner

  • also drop the same for python 3.6

    • since python 3.6 had long reached its end of life
      we can safely assume, most people will remain unaffected.
  • the support for django 40 was added to tox earlier but
    not for all python versions, fix that part as well.

  • also, start running tests for main branch of django as well.

@codecov
Copy link

codecov bot commented Aug 15, 2022

Codecov Report

Merging #53 (4a31cff) into main (db10732) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main       #53   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           18        18           
  Lines          469       463    -6     
  Branches        61        61           
=========================================
- Hits           469       463    -6     
Impacted Files Coverage Δ
flag/mixins.py 100.00% <0.00%> (ø)
flag/models.py 100.00% <0.00%> (ø)
flag/signals.py 100.00% <0.00%> (ø)
flag/api/serializers.py 100.00% <0.00%> (ø)
flag/templatetags/flag_tags.py 100.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

- also drop the same for python 3.6 and 2.1
  - since both of these had long reached its end of life
    we can safely assume, most people will remain unaffected.

- the support for django 40 was added to tox earlier but
  not for all python versions, fix that part as well.

- also, start running tests for main branch of django as well.
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