Skip to content

Commit

Permalink
build: update minimum python version requirement to 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
HanaokaYuzu committed Mar 20, 2024
1 parent 800c82f commit 4d28f0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ A reverse-engineered asynchronous python wrapper for [Google Gemini](https://gem

## Installation

> [!NOTE]
>
> This package requires Python 3.10 or later.
Install the package with pip.

```bash
pip install gemini_webapi
```
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ classifiers = [
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
requires-python = ">=3.8"
requires-python = ">=3.10"
dependencies = [
"httpx>=0.25.2",
"pydantic>=2.5.3",
Expand Down

0 comments on commit 4d28f0f

Please sign in to comment.