From 507975e56d3b4a3a41c66840cb8988b028f488cd Mon Sep 17 00:00:00 2001 From: kittenswolf Date: Sat, 20 Aug 2022 17:58:29 +0200 Subject: [PATCH] Replace references to Python 3.6 with 3.8 in README --- README.ja.rst | 2 +- README.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.ja.rst b/README.ja.rst index 2b123c5ee..979d82247 100644 --- a/README.ja.rst +++ b/README.ja.rst @@ -63,7 +63,7 @@ discord.py は機能豊富かつモダンで使いやすい、非同期処理に Linuxで音声サポートを導入するには、前述のコマンドを実行する前にお気に入りのパッケージマネージャー(例えば ``apt`` や ``dnf`` など)を使って以下のパッケージをインストールする必要があります: * libffi-dev (システムによっては ``libffi-devel``) -* python-dev (例えばPython 3.6用の ``python3.6-dev``) +* python-dev (例えばPython 3.8用の ``python3.8-dev``) 簡単な例 -------------- diff --git a/README.rst b/README.rst index 863c87248..621a69500 100644 --- a/README.rst +++ b/README.rst @@ -63,7 +63,7 @@ Optional Packages Please note that when installing voice support on Linux, you must install the following packages via your favourite package manager (e.g. ``apt``, ``dnf``, etc) before running the above commands: * libffi-dev (or ``libffi-devel`` on some systems) -* python-dev (e.g. ``python3.6-dev`` for Python 3.6) +* python-dev (e.g. ``python3.8-dev`` for Python 3.8) Quick Example --------------