aio-libs / aiopg

aiopg is a library for accessing a PostgreSQL database from the asyncio
http://aiopg.readthedocs.io
BSD 2-Clause "Simplified" License
1.39k stars 159 forks source link

Add support for Python 3.10 #884

Closed AVOstap closed 2 years ago

AVOstap commented 2 years ago

What do these changes do?

Test on and declare support for Python 3.10.

Are there changes in behavior for the user?

No

codecov[bot] commented 2 years ago

Codecov Report

Merging #884 (3427fe9) into master (3b1902c) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #884   +/-   ##
=======================================
  Coverage   93.32%   93.32%           
=======================================
  Files          12       12           
  Lines        1574     1574           
  Branches      187      187           
=======================================
  Hits         1469     1469           
  Misses         73       73           
  Partials       32       32           

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 3b1902c...3427fe9. Read the comment docs.