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

Add support for python 3.12 #159

Closed
wants to merge 3 commits into from
Closed

Add support for python 3.12 #159

wants to merge 3 commits into from

Conversation

irtazaakram
Copy link
Member

@irtazaakram irtazaakram changed the title Add support for python 3.11 & 3.12 Add support for python 3.12 Feb 16, 2024
@irtazaakram irtazaakram force-pushed the pythonupgrade branch 2 times, most recently from 043a3e8 to af71621 Compare February 20, 2024 07:22
@@ -69,7 +69,8 @@ def get(self, request, course_id, *args, **kwargs):
filename = self.get_export_filename(course_id)

response = StreamingHttpResponse(iterator, content_type='text/csv')
response['Content-Disposition'] = f'attachment; filename="{filename}"'
response_content = 'attachment;'
Copy link
Contributor

Choose a reason for hiding this comment

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

Any reference for this change ?

Copy link
Member Author

Choose a reason for hiding this comment

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

This statement was raising pylint error Multiple statements on one line (semicolon) (E702)

@irtazaakram
Copy link
Member Author

Closing this as #160 is merged.

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