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 python 3.9 support #180

Merged
merged 2 commits into from
Dec 13, 2023
Merged

drop python 3.9 support #180

merged 2 commits into from
Dec 13, 2023

Conversation

bigcat88
Copy link
Member

Before adding support for Async, we remove Python 3.9 support in order to reduce the amount of work later, since support for asynchrony will add a lot of duplicate code.

I do this with pain in my heart

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
Copy link

codecov bot commented Dec 13, 2023

Codecov Report

Merging #180 (d3470aa) into main (9eed252) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #180      +/-   ##
==========================================
- Coverage   99.84%   99.84%   -0.01%     
==========================================
  Files          36       36              
  Lines        3277     3260      -17     
==========================================
- Hits         3272     3255      -17     
  Misses          5        5              
Files Coverage Δ
nc_py_api/_misc.py 100.00% <100.00%> (ø)
nc_py_api/_preferences_ex.py 100.00% <100.00%> (ø)
nc_py_api/_session.py 99.13% <100.00%> (ø)
nc_py_api/_talk_api.py 100.00% <100.00%> (ø)
nc_py_api/_version.py 100.00% <100.00%> (ø)
nc_py_api/activity.py 100.00% <ø> (ø)
nc_py_api/apps.py 100.00% <100.00%> (ø)
nc_py_api/ex_app/integration_fastapi.py 100.00% <ø> (ø)
nc_py_api/ex_app/misc.py 100.00% <100.00%> (ø)
nc_py_api/ex_app/ui/files_actions.py 100.00% <100.00%> (ø)
... and 16 more

Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
@bigcat88 bigcat88 merged commit 52b48f1 into main Dec 13, 2023
18 checks passed
@bigcat88 bigcat88 deleted the drop-py3.9 branch December 13, 2023 09:23
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.

1 participant