Skip to content

Commit

Permalink
tapo-py: Change Python minimum version to 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-dinculescu committed Oct 13, 2023
1 parent a1864a0 commit 5af4117
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ file. This change log follows the conventions of

## [Python Unreleased][Unreleased]

### Changed

- The minimum required version of Python has been changed to 3.8, up from 3.7.

## [Python v0.1.2][py-v0.1.2] - 2023-10-19

### Added
Expand Down
5 changes: 2 additions & 3 deletions tapo-py/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,13 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Intended Audience :: Developers",
"Topic :: Home Automation",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
]
requires-python = ">=3.7"
requires-python = ">=3.8"

[project.urls]
Changelog = 'https://github.com/mihai-dinculescu/tapo/blob/main/CHANGELOG.md'
Expand All @@ -41,7 +40,7 @@ Homepage = 'https://github.com/mihai-dinculescu/tapo'
Source = 'https://github.com/mihai-dinculescu/tapo'

[tool.poetry.dependencies]
python = "^3.7"
python = "^3.8"

[tool.poetry.dev-dependencies]
maturin = ">=1.0,<2.0"
Expand Down

0 comments on commit 5af4117

Please sign in to comment.