-
-
Notifications
You must be signed in to change notification settings - Fork 618
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 Python 3.10 support and classifiers #623
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #623 +/- ##
=======================================
Coverage 70.28% 70.28%
=======================================
Files 26 26
Lines 1097 1097
Branches 249 249
=======================================
Hits 771 771
Misses 288 288
Partials 38 38 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good work
sorry was using nano and the tab system might've just been wonky |
setup.cfg
Outdated
@@ -12,6 +12,7 @@ classifiers = | |||
Framework :: Django :: 2.2 | |||
Framework :: Django :: 3.0 | |||
Framework :: Django :: 3.1 | |||
Framework :: Django :: 3.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
more spacing fix is needed in both
if this branch is rebased with latest master it should pass |
We'll need to drop hyper for Python 3.10 support, which probably comes from pywebpush |
hyper comes from apns2 I did this ugly and bad #648 just to demonstrate the issue |
No description provided.