Skip to content

Commit 6090d89

Browse files
authored
Updated Python required from 3.6 to 3.7 in async_app.py
1 parent 7cd0361 commit 6090d89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slack_bolt/async_app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
If you'd prefer to build your app with [asyncio](https://docs.python.org/3/library/asyncio.html), you can import the [AIOHTTP](https://docs.aiohttp.org/en/stable/) library and call the `AsyncApp` constructor. Within async apps, you can use the async/await pattern.
66
77
```bash
8-
# Python 3.6+ required
8+
# Python 3.7+ required
99
python -m venv .venv
1010
source .venv/bin/activate
1111

0 commit comments

Comments
 (0)