Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 08ab0ab

Browse files
committed
Bump all deps and remove support for Python 3.7
1 parent d340d22 commit 08ab0ab

4 files changed

Lines changed: 480 additions & 427 deletions

File tree

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
16+
python-version: ["3.8", "3.9", "3.10", "3.11"]
1717
os: [ubuntu-latest, macos-latest, windows-latest]
1818

1919
steps:

docs/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Installation
1717
-------------
1818

1919
``cli-ui`` is available on `Pypi <https://pypi.org/project/cli-ui/>`_.
20-
and is compatible with Python **3.7** and higher.
20+
and is compatible with Python **3.8** and higher.
2121

2222
Note for Windows users
2323
-----------------------

0 commit comments

Comments
 (0)