Skip to content

Commit e8775b0

Browse files
committed
Update documentation for minimum Python version 3.10
1 parent 6f943f7 commit e8775b0

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Set up Python ${{ matrix.python-version }}
5050
uses: actions/setup-python@v5
5151
with:
52-
python-version: 3.9
52+
python-version: 3.10
5353
cache: 'pip'
5454
- name: Install dependencies
5555
run: pip install build

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Libdiscid Python bindings
22
-------------------------
33

44
Python-discid implements Python bindings for MusicBrainz Libdiscid. This
5-
module supports Python 3 >= 3.9.
5+
module supports Python 3 >= 3.10.
66
Libdiscid >= 0.2.2 is needed.
77

88
Libdiscid's main purpose is the calculation of an identifier of audio

doc/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Download and Installation
33

44
Dependencies
55
------------
6-
**python-discid** works with Python 3 >= 3.9.
6+
**python-discid** works with Python 3 >= 3.10.
77

88
The module :mod:`discid` cannot be imported
99
without `Libdiscid`_ >= 0.2.2 installed.

0 commit comments

Comments
 (0)