Skip to content

Commit

Permalink
Merge pull request #223 from pavdmyt/version-2.5.0
Browse files Browse the repository at this point in the history
Version 2.5.0

#223
  • Loading branch information
pavdmyt committed Aug 7, 2023
2 parents cf55c6f + e168981 commit e20e0d5
Show file tree
Hide file tree
Showing 6 changed files with 233 additions and 314 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint_test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12-dev", "pypy-3.9"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12-dev", "pypy-3.9"]

steps:
- name: checkout-code
Expand Down
7 changes: 7 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Release History
===============

2.5.0 / 2023-08-07
------------------

* Drop Python 3.7 support
* Update dependencies


2.4.0 / 2023-08-06
------------------

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ or as a function `decorator`_:
Features
--------

- Runs at all major **CPython** versions (*3.7*, *3.8*, *3.9*, *3.10*, *3.11*, *3.12*), **PyPy**
- Runs at all major **CPython** versions (*3.8*, *3.9*, *3.10*, *3.11*, *3.12*), **PyPy**
- Supports all (70+) spinners from `cli-spinners`_
- Supports all *colors*, *highlights*, *attributes* and their mixes from `termcolor`_ library
- Easy to combine with other command-line libraries, e.g. `prompt-toolkit`_
Expand Down
Loading

0 comments on commit e20e0d5

Please sign in to comment.