@@ -261,7 +261,7 @@ You should see:
261261 Content-Length: 844
262262 Content-Type: application/json; charset=utf-8
263263 Date: Wed, 29 Jul 2020 21:01:50 GMT
264- Server: Python/3.8 aiohttp/3.6.2
264+ Server: Python/3.9 aiohttp/3.6.2
265265
266266 {
267267 "gifs" : [],
@@ -605,7 +605,7 @@ You should see:
605605 Content-Length: 492
606606 Content-Type: application/json; charset=utf-8
607607 Date: Fri, 09 Oct 2020 01:35:48 GMT
608- Server: Python/3.8 aiohttp/3.6.2
608+ Server: Python/3.9 aiohttp/3.6.2
609609
610610 {
611611 "gifs" : [
@@ -810,13 +810,13 @@ You should see:
810810
811811.. code-block ::
812812
813- platform darwin -- Python 3.8.3 , pytest-5.4.3, py-1.9.0, pluggy-0.13.1
813+ platform darwin -- Python 3.9 , pytest-5.4.3, py-1.9.0, pluggy-0.13.1
814814 plugins: cov-2.10.0, aiohttp-0.3.0, asyncio-0.14.0
815815 collected 3 items
816816
817817 giphynavigator/tests.py ... [100%]
818818
819- ---------- coverage: platform darwin, python 3.8.3-final-0 -----------
819+ ---------- coverage: platform darwin, python 3.9 -----------
820820 Name Stmts Miss Cover
821821 ---------------------------------------------------
822822 giphynavigator/__init__.py 0 0 100%
0 commit comments