Skip to content

Commit 507975e

Browse files
authored
Replace references to Python 3.6 with 3.8 in README
1 parent 5fe54b3 commit 507975e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.ja.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ discord.py は機能豊富かつモダンで使いやすい、非同期処理に
6363
Linuxで音声サポートを導入するには、前述のコマンドを実行する前にお気に入りのパッケージマネージャー(例えば ``apt`` や ``dnf`` など)を使って以下のパッケージをインストールする必要があります:
6464

6565
* libffi-dev (システムによっては ``libffi-devel``)
66-
* python-dev (例えばPython 3.6用の ``python3.6-dev``)
66+
* python-dev (例えばPython 3.8用の ``python3.8-dev``)
6767

6868
簡単な例
6969
--------------

Diff for: README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Optional Packages
6363
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:
6464

6565
* libffi-dev (or ``libffi-devel`` on some systems)
66-
* python-dev (e.g. ``python3.6-dev`` for Python 3.6)
66+
* python-dev (e.g. ``python3.8-dev`` for Python 3.8)
6767

6868
Quick Example
6969
--------------

0 commit comments

Comments
 (0)