File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Libdiscid Python bindings
22-------------------------
33
44Python-discid implements Python bindings for MusicBrainz Libdiscid. This
5- module supports Python 3 >= 3.9 .
5+ module supports Python 3 >= 3.10 .
66Libdiscid >= 0.2.2 is needed.
77
88Libdiscid's main purpose is the calculation of an identifier of audio
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Download and Installation
33
44Dependencies
55------------
6- **python-discid ** works with Python 3 >= 3.9 .
6+ **python-discid ** works with Python 3 >= 3.10 .
77
88The module :mod: `discid ` cannot be imported
99without `Libdiscid `_ >= 0.2.2 installed.
You can’t perform that action at this time.
0 commit comments