Skip to content

Commit

Permalink
min python version
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveicedgreentea committed Jun 25, 2024
1 parent a558132 commit 8928b11
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 @@ -7,7 +7,7 @@ This is designed to work with my Home Assistant plugin: https://github.com/ilove
## Installation

```
# Assuming you have a venv with >=python3.10
# Assuming you have a venv with >=python3.11
pip install pyjvc
```

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
url="https://github.com/iloveicedgreentea/jvc_projector_improved",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.11",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
Expand Down

0 comments on commit 8928b11

Please sign in to comment.