Skip to content

Commit

Permalink
Bump all deps and remove support for Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dmerejkowsky committed Dec 22, 2023
1 parent d340d22 commit 9d0c926
Show file tree
Hide file tree
Showing 4 changed files with 480 additions and 427 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, macos-latest, windows-latest]

steps:
Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Installation
-------------

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

Note for Windows users
-----------------------
Expand Down
Loading

0 comments on commit 9d0c926

Please sign in to comment.