Skip to content

Commit 7ce3e60

Browse files
committed
updated Python version in pyproject and otherwhere
1 parent 087b183 commit 7ce3e60

File tree

5 files changed

+550
-555
lines changed

5 files changed

+550
-555
lines changed

CONTRIBUTING.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Before you submit a pull request, check that it meets these guidelines:
112112
2. If the pull request adds functionality, the docs should be updated. Put
113113
your new functionality into a function with a docstring, and add the
114114
feature to the list in README.rst.
115-
3. The pull request should work for Python 3.5, 3.6, 3.7 and 3.8. Check
115+
3. The pull request should work for Python 3.6, 3.7, 3.8 and 3.9. Check
116116
https://github.com/python-gino/gino/actions?query=event%3Apull_request
117117
and make sure that the tests pass for all supported Python versions.
118118

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ GINO - GINO Is Not ORM - is a lightweight asynchronous ORM built on top of
2727
SQLAlchemy_ core for Python asyncio_. GINO 1.0 supports only PostgreSQL_ with asyncpg_.
2828

2929
* Free software: BSD license
30-
* Requires: Python 3.5
30+
* Requires: Python 3.6
3131
* GINO is developed proudly with |PyCharm|.
3232

3333

docs/how-to/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ What is aiocontextvars and what does it do?
8989

9090
It is a partial backport of the new built-in module `contextvars
9191
<https://docs.python.org/3.7/library/contextvars.html>`_ introduced in Python
92-
3.7. In Python 3.5 and 3.6, ``aiocontextvars`` patches ``loop.create_task()``
92+
3.7. In Python 3.6, ``aiocontextvars`` patches ``loop.create_task()``
9393
to copy context from caller as a workaround to simulate the same behavior. This
9494
is also under discussion in upstream backport project, please read more here:
9595
https://github.com/MagicStack/contextvars/issues/2

0 commit comments

Comments
 (0)