Skip to content

Commit 11c0781

Browse files
authored
Merge pull request #488 from plugwise/back_to_311
Revert back to include python 3.11
2 parents aca4bfc + 2d76f92 commit 11c0781

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: Latest release
55

66
env:
7-
CACHE_VERSION: 8
7+
CACHE_VERSION: 10
88
DEFAULT_PYTHON: "3.12"
99

1010
# Only run on merges

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name: Latest commit
55

66
env:
7-
CACHE_VERSION: 9
7+
CACHE_VERSION: 11
88
DEFAULT_PYTHON: "3.12"
99
PRE_COMMIT_HOME: ~/.cache/pre-commit
1010

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
11
# Changelog
22

3-
## v0.36.0
3+
## v0.36.1
44

55
- New Feature: For Adam, implement limited access to the gateway-modes.
66
- Refresh adam_plus_anna_new userdata and adapt.
7-
- Bump actions and requirements to Python 3.12.
7+
- Bump actions and requirements to Python 3.12, where possible.
88
- Ruff as per #470 (defaulting black and isort to ruff).
99
- Modularize/split testing, including separation of code and data.
1010
- Improve quality as indicated by SonarCloud.
1111

12+
## v0.36.0 - retracted
13+
1214
## v0.35.4
1315

1416
- Remove support for Adam with fw 2.x and Anna with fw 3.x

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "plugwise"
7-
version = "0.36.0"
7+
version = "0.36.1"
88
license = {file = "LICENSE"}
99
description = "Plugwise Smile (Adam/Anna/P1) and Stretch module for Python 3."
1010
readme = "README.md"
@@ -14,6 +14,7 @@ classifiers = [
1414
"Intended Audience :: Developers",
1515
"License :: OSI Approved :: MIT License",
1616
"Operating System :: OS Independent",
17+
"Programming Language :: Python :: 3.11",
1718
"Programming Language :: Python :: 3.12",
1819
"Topic :: Home Automation",
1920
]
@@ -24,7 +25,7 @@ maintainers = [
2425
{ name = "bouwew"},
2526
{ name = "CoMPaTech" }
2627
]
27-
requires-python = ">=3.12.0"
28+
requires-python = ">=3.11.0"
2829
dependencies = [
2930
"aiohttp",
3031
"async_timeout",

0 commit comments

Comments
 (0)