-
Notifications
You must be signed in to change notification settings - Fork 107
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
deps: upgrade python to 3.10 and remove unused dependencies #1171
Conversation
dafa1d3
to
15989f4
Compare
a486a2c
to
9452855
Compare
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.
LGTM
赫然發現目前用的 Django 3.1 沒有支援 python 3.10,雖然我測試上沒遇到什麼問題,但麻煩請等後續升版 PR 都處理好之後再 deploy 到 staging |
看起來是因為 2021 年底 django 3.1 EOL 了 |
86d3d54
to
4f775a8
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1171 +/- ##
==========================================
+ Coverage 70.57% 71.00% +0.42%
==========================================
Files 85 85
Lines 3392 3445 +53
==========================================
+ Hits 2394 2446 +52
- Misses 998 999 +1 ☔ View full report in Codecov by Sentry. |
4f775a8
to
e4af425
Compare
LGTM! |
Types of changes
resolve #1028
Upgrade Python and organize packages
Description
The currently-used Python version (3.6) is already EOL, which also causes GitHub dependabot to stop working on this repo.