Skip to content

Commit

Permalink
feat!: Bump minimum Python version to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyparrish committed Oct 28, 2024
1 parent 7bb46d4 commit d393a13
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions docs/source/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ See also the more detailed list of :ref:`Features` below.
Getting started
---------------

Shaka Streamer requires `Python 3.6+`_. Release versions of Shaka Streamer can
Shaka Streamer requires `Python 3.9+`_. Release versions of Shaka Streamer can
be installed or upgraded through ``pip3`` with:

.. code:: sh
Expand Down Expand Up @@ -171,10 +171,8 @@ the ``shaka-streamer`` script as an example of how to do this. See also


.. _config_files/: https://github.com/shaka-project/shaka-streamer/tree/main/config_files
.. _issue #8: https://github.com/shaka-project/shaka-streamer/issues/8
.. _issue #17: https://github.com/shaka-project/shaka-streamer/issues/17
.. _issue #23: https://github.com/shaka-project/shaka-streamer/issues/23
.. _Python 3.6+: https://www.python.org/downloads/
.. _Python 3.9+: https://www.python.org/downloads/
.. _Python "yaml" module: https://pyyaml.org/
.. _Shaka Packager: https://github.com/shaka-project/shaka-packager
.. _FFmpeg: https://ffmpeg.org/
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
'Operating System :: MacOS :: MacOS X',
'Operating System :: Microsoft :: Windows',
],
# Python 3.6 tested in GitHub Actions CI
python_requires='>=3.6',
# Python 3.9+ tested in GitHub Actions CI
python_requires='>=3.9',
)

0 comments on commit d393a13

Please sign in to comment.