Skip to content

Commit

Permalink
Replace Python 3.7 with 3.11
Browse files Browse the repository at this point in the history
Python 3.7 reached end of life.
  • Loading branch information
merc1er committed Jul 17, 2023
1 parent 3fab024 commit 8d8c782
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false # still run the other versions of Python if one fails
matrix:
python: [3.7, 3.8, 3.9, "3.10"]
python: [3.8, 3.9, "3.10", 3.11]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ If you are intrigued, continue reading. If not, continue all the same!
## Installation

BitCash is distributed on `PyPI` as a universal wheel and is available on Linux/macOS
and Windows and supports Python 3.7+.
and Windows and supports Python 3.8+.


```shell
Expand Down
2 changes: 1 addition & 1 deletion docs/source/guide/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PyPI
----

bitcash is distributed on `PyPI`_ as a universal wheel and is available on Linux/macOS
and Windows and supports Python 3.7+.
and Windows and supports Python 3.8+.

.. code-block:: bash
Expand Down

0 comments on commit 8d8c782

Please sign in to comment.