Skip to content

Commit

Permalink
Bump minimal supported python to 3.8
Browse files Browse the repository at this point in the history
- also update conda install instructions
  • Loading branch information
Kirill888 committed Jun 10, 2024
1 parent dbe8694 commit f9ea8f6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/install.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Installation
############

Minimal supported Python version is 3.6. Install from pypi
Minimal supported Python version is 3.8. Install from pypi

.. code-block:: bash
Expand All @@ -11,4 +11,4 @@ Conda is also available

.. code-block:: bash
conda install -c kirill-odc jupyter-ui-poll
conda install -c conda-forge jupyter-ui-poll
8 changes: 5 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,17 @@ classifiers =
Development Status :: 5 - Production/Stable
Operating System :: OS Independent
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12


[options]
zip_safe = true
include_package_data = true
python_requires = >= 3.6
python_requires = >= 3.8
packages = jupyter_ui_poll
test_suite = tests
setup_requires =
Expand Down

0 comments on commit f9ea8f6

Please sign in to comment.