Skip to content

Commit

Permalink
drop compatibility with python3.8 (untested cause pySwitchbot v0.17.2…
Browse files Browse the repository at this point in the history
… added constraint bleak-retry-connector>=1.1.1 requiring python>=3.9); revert env
  • Loading branch information
fphammerle committed Nov 4, 2023
1 parent 931ba54 commit 3558fc3
Show file tree
Hide file tree
Showing 4 changed files with 660 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
strategy:
matrix:
python-version:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
Expand Down
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed
- command-line option `--mqtt-enable-tls` (TLS now enabled by default)
- compatibility with `python3.7`
- compatibility with `python3.8`
(pySwitchbot v0.17.2 added constraint `bleak-retry-connector>=1.1.1`
requiring `python>=3.9`)

## [3.3.1] - 2022-08-31
### Fixed
Expand Down
Loading

0 comments on commit 3558fc3

Please sign in to comment.