Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Added Python 3.10 to CI & Updated the Docs #1160

Merged
merged 2 commits into from Oct 14, 2021
Merged

Added Python 3.10 to CI & Updated the Docs #1160

merged 2 commits into from Oct 14, 2021

Conversation

rednafi
Copy link
Contributor

@rednafi rednafi commented Oct 10, 2021

  • Ran the tests locally on Python 3.10.
  • Ran the tests with the latest uvloop on Python 3.10.
  • In both cases, the tests passed with the following output:

Screenshot from 2021-10-11 04-42-26

  • Added Python 3.10 info to the docs and the setup.py file.
  • Included Python 3.10 to the CI file.

Are there changes in behavior for the user?

  • No changes in this case.

Related issue number

  • Not applicable in this case.

Checklist

  • I think the code is well written
  • Unit tests for the changes exist
  • [ * ] Documentation reflects the changes
  • If you provide code modification, please add yourself to CONTRIBUTORS.txt
    • The format is <Name> <Surname>.
    • Please keep alphabetical order, the file is sorted by names.
  • Add a new news fragment into the CHANGES/ folder
    • name it <issue_id>.<type> (e.g. 588.bugfix)
    • if you don't have an issue_id change it to the pr id after creating the PR
    • ensure type is one of the following:
      • .feature: Signifying a new feature.
      • .bugfix: Signifying a bug fix.
      • .doc: Signifying a documentation improvement. *
      • .removal: Signifying a deprecation or removal of public API.
      • .misc: A ticket has been closed, but it is not of interest to users.
    • Make sure to use full sentences with correct case and punctuation, for example:
      Fix issue with non-ascii contents in doctest text files.

View rendered README.md
View rendered docs/index.md

@codecov
Copy link

codecov bot commented Oct 11, 2021

Codecov Report

Merging #1160 (9de8505) into master (73ae8fb) will increase coverage by 0.13%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1160      +/-   ##
==========================================
+ Coverage   89.18%   89.31%   +0.13%     
==========================================
  Files          21       21              
  Lines        6830     6831       +1     
  Branches      654      790     +136     
==========================================
+ Hits         6091     6101      +10     
+ Misses        569      565       -4     
+ Partials      170      165       -5     
Flag Coverage Δ
unit 89.24% <ø> (+0.08%) ⬆️

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

Impacted Files Coverage Δ
aioredis/client.py 82.32% <0.00%> (+0.11%) ⬆️
tests/test_pubsub.py 99.23% <0.00%> (+0.25%) ⬆️
aioredis/connection.py 66.82% <0.00%> (+0.73%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 73ae8fb...9de8505. Read the comment docs.

@Andrew-Chen-Wang
Copy link
Collaborator

Thanks!

@Andrew-Chen-Wang Andrew-Chen-Wang merged commit 38e53c8 into aio-libs-abandoned:master Oct 14, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants