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

Drop Django 3.1 support #198

Merged
merged 3 commits into from
Jan 13, 2022
Merged

Drop Django 3.1 support #198

merged 3 commits into from
Jan 13, 2022

Conversation

KundaPanda
Copy link
Owner

Django 3.1 is EOL, dropping support

@KundaPanda KundaPanda added the dependencies Pull requests that update a dependency file label Jan 13, 2022
@@ -1,22 +1,5 @@
import asyncio

from asgiref.sync import sync_to_async
from django.apps import AppConfig


class TestsApp(AppConfig):
name = "tests"

Choose a reason for hiding this comment

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

How come you're removing this?

@codecov
Copy link

codecov bot commented Jan 13, 2022

Codecov Report

Merging #198 (f8f0ff8) into master (11e7b96) will not change coverage.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff            @@
##            master      #198   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           32        32           
  Lines         1104      1099    -5     
  Branches       184       181    -3     
=========================================
- Hits          1104      1099    -5     
Impacted Files Coverage Δ
strawberry_django_jwt/testcases.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 11e7b96...f8f0ff8. Read the comment docs.

@KundaPanda KundaPanda merged commit b13ae84 into master Jan 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants