Skip to content

Commit

Permalink
test against python3.11 & declare compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Dec 19, 2022
1 parent 6c2701c commit 37401fe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ jobs:
- '3.8'
- '3.9'
- '3.10'
- '3.11'
fail-fast: false
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
### Added
- declare compatibility with `python3.11`

## [3.3.1] - 2022-08-31
### Fixed
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Topic :: Home Automation",
],
entry_points={"console_scripts": ["switchbot-mqtt = switchbot_mqtt._cli:_main"]},
Expand Down

0 comments on commit 37401fe

Please sign in to comment.