Skip to content

Commit

Permalink
fix minimum Python version listed in README
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBlackhart committed Jul 31, 2024
1 parent 3eb13ba commit e237576
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Some things to consider and prepare before you can use this library.
## Software requirements

```
1. Python 3.5 or later
1. Python 3.9 or later
```

## Installing and importing the library
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "recline"
version = "2024.7"
version = "2024.7.1"
description = "Writing argparse-based command line applications can become tedious, repetitive, and difficult to do right. Relax and let this library free you from that burden."
license = "BSD-3-Clause"
authors = ["NetApp <[email protected]>"]
Expand Down

0 comments on commit e237576

Please sign in to comment.