Skip to content

Commit

Permalink
Bump minimum Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
mberk committed Sep 29, 2024
1 parent 1a35a34 commit a3917bb
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 @@ -13,7 +13,7 @@ Scenarios to be covered in the near future include:

## Installation

Requires Python 3.7 or above
Requires Python 3.9 or above

```
pip install git+https://github.com/mberk/kelly.git
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "maturin"

[project]
name = "kelly"
requires-python = ">=3.7"
requires-python = ">=3.9"
classifiers = [
"Programming Language :: Rust",
"Programming Language :: Python :: Implementation :: CPython",
Expand Down

0 comments on commit a3917bb

Please sign in to comment.