Skip to content

Commit

Permalink
Bump pshell
Browse files Browse the repository at this point in the history
  • Loading branch information
crusaderky committed Feb 13, 2024
1 parent 7905b85 commit d64c93c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ci/requirements-minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ dependencies:
- pytest
- pytest-cov
- packaging
- psutil=5.4
- psutil=5.6
2 changes: 1 addition & 1 deletion doc/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Required dependencies
---------------------

- Python 3.8 or later
- `psutil <https://github.com/giampaolo/psutil>`_ 5.4 or later
- `psutil <https://github.com/giampaolo/psutil>`_ 5.6 or later

Deployment
----------
Expand Down
1 change: 1 addition & 0 deletions doc/whats-new.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ What's New
v1.4.0 (unreleased)
-------------------
- Added formal support for Python 3.11 and 3.12 (the previous version works fine though)
- Bumped minimum version of psutil from 5.4 to 5.6


.. _whats-new.1.3.0:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ classifiers = [
]
urls = {Homepage = "https://github.com/crusaderky/pshell"}
requires-python = ">=3.8"
dependencies = ["psutil >= 5.4"]
dependencies = ["psutil >= 5.6"]
dynamic = ["version"]

[tool.setuptools]
Expand Down

0 comments on commit d64c93c

Please sign in to comment.