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

Remove: 移除 Python 3.7 支持 #1148

Merged
merged 3 commits into from Aug 14, 2022
Merged

Remove: 移除 Python 3.7 支持 #1148

merged 3 commits into from Aug 14, 2022

Conversation

yanyongyu
Copy link
Member

fix #1124

@yanyongyu yanyongyu added enhancement New feature or request Breaking Breaking change labels Aug 13, 2022
@codecov
Copy link

codecov bot commented Aug 13, 2022

Codecov Report

Merging #1148 (099ebb6) into master (675e70f) will increase coverage by 0.40%.
The diff coverage is 82.02%.

@@            Coverage Diff             @@
##           master    #1148      +/-   ##
==========================================
+ Coverage   78.62%   79.02%   +0.40%     
==========================================
  Files          41       41              
  Lines        3162     3171       +9     
==========================================
+ Hits         2486     2506      +20     
+ Misses        676      665      -11     
Flag Coverage Δ
unittests 79.02% <82.02%> (+0.40%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
nonebot/internal/adapter/bot.py 45.58% <33.33%> (+0.51%) ⬆️
nonebot/utils.py 86.36% <66.66%> (-1.45%) ⬇️
nonebot/internal/matcher.py 93.70% <71.42%> (-2.64%) ⬇️
nonebot/message.py 39.83% <71.42%> (+1.37%) ⬆️
nonebot/dependencies/__init__.py 90.21% <77.77%> (+0.85%) ⬆️
nonebot/__init__.py 100.00% <100.00%> (ø)
nonebot/consts.py 100.00% <100.00%> (ø)
nonebot/dependencies/utils.py 88.88% <100.00%> (-0.40%) ⬇️
nonebot/drivers/_block_driver.py 38.94% <100.00%> (+5.61%) ⬆️
nonebot/drivers/fastapi.py 88.43% <100.00%> (+1.10%) ⬆️
... and 11 more

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

@github-actions
Copy link
Contributor

🚀 Deployed on https://deploy-preview-1148--nonebot2.netlify.app

@github-actions github-actions bot temporarily deployed to pull request August 13, 2022 09:40 Inactive
Copy link
Contributor

@XZhouQD XZhouQD left a comment

Choose a reason for hiding this comment

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

Good to go as a pure upgrade to abandon python 3.7.x support

@yanyongyu yanyongyu merged commit 4974c59 into master Aug 14, 2022
@yanyongyu yanyongyu deleted the update/remove-python-3.7 branch August 14, 2022 11:41
@yanyongyu yanyongyu changed the title Feature: 移除 Python 3.7 支持 Remove: 移除 Python 3.7 支持 Aug 20, 2022
@yanyongyu yanyongyu removed the enhancement New feature or request label Aug 20, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Breaking Breaking change
Development

Successfully merging this pull request may close these issues.

Feature: Drop Python 3.7 Support
2 participants