Skip to content

Commit ebf657a

Browse files
committed
fix
1 parent 8ce85cc commit ebf657a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
[![Build](https://github.com/igorcoding/asynctnt/actions/workflows/actions.yaml/badge.svg?branch=master)](https://github.com/igorcoding/asynctnt/actions)
44
[![PyPI](https://img.shields.io/pypi/v/asynctnt.svg)](https://pypi.python.org/pypi/asynctnt)
55
[![Maintainability](https://api.codeclimate.com/v1/badges/6cec8adae280cda3e161/maintainability)](https://codeclimate.com/github/igorcoding/asynctnt/maintainability)
6-
<a href="http://tarantool.org">
6+
<a href="https://tarantool.org">
77
<img src="https://avatars2.githubusercontent.com/u/2344919?v=2&s=250" align="right">
88
</a>
99

1010
asynctnt is a high-performance [Tarantool](https://tarantool.org/) database
1111
connector library for Python/asyncio. It was highly inspired by
1212
[asyncpg](https://github.com/MagicStack/asyncpg) module.
1313

14-
asynctnt requires Python 3.7 or later and is supported for Tarantool
14+
asynctnt requires Python 3.9 or later and is supported for Tarantool
1515
versions 1.10+.
1616

1717

bench/benchmark.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def main():
5151
# ('aiotarantool', create_aiotarantool),
5252
]:
5353

54-
async def main():
54+
async def main(name=name, conn_creator=conn_creator):
5555
conn = await conn_creator()
5656
for scenario in scenarios:
5757
await async_bench(

0 commit comments

Comments
 (0)