File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 44name : Latest release
55
66env :
7- CACHE_VERSION : 4
8- DEFAULT_PYTHON : " 3.11 "
7+ CACHE_VERSION : 5
8+ DEFAULT_PYTHON : " 3.12 "
99
1010# Only run on merges
1111on :
Original file line number Diff line number Diff line change 44name : Latest commit
55
66env :
7- CACHE_VERSION : 5
8- DEFAULT_PYTHON : " 3.11 "
7+ CACHE_VERSION : 6
8+ DEFAULT_PYTHON : " 3.12 "
99 PRE_COMMIT_HOME : ~/.cache/pre-commit
1010
1111on :
@@ -172,7 +172,7 @@ jobs:
172172 needs : commitcheck
173173 strategy :
174174 matrix :
175- python-version : ["3.11", "3.10"]
175+ python-version : ["3.12", "3. 11", "3.10"]
176176 steps :
177177 - name : Check out committed code
178178 uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
@@ -211,7 +211,7 @@ jobs:
211211 needs : prepare-test-cache
212212 strategy :
213213 matrix :
214- python-version : ["3.11", "3.10"]
214+ python-version : ["3.12", "3. 11", "3.10"]
215215
216216 steps :
217217 - name : Check out committed code
Original file line number Diff line number Diff line change 77
88default_language_version :
99 # force all unspecified python hooks to run python3
10- python : python3.11
10+ python : python3.12
1111
1212repos :
1313 # Run manually in CI skipping the branch checks
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " plugwise_usb"
7- version = " 0.31.3 "
7+ version = " 0.31.4a0 "
88license = {file = " LICENSE" }
99description = " Plugwise USB (Stick) module for Python 3."
1010readme = " README.md"
@@ -14,9 +14,9 @@ classifiers = [
1414 " Intended Audience :: Developers" ,
1515 " License :: OSI Approved :: MIT License" ,
1616 " Operating System :: OS Independent" ,
17- " Programming Language :: Python :: 3.9" ,
1817 " Programming Language :: Python :: 3.10" ,
1918 " Programming Language :: Python :: 3.11" ,
19+ " Programming Language :: Python :: 3.12" ,
2020 " Topic :: Home Automation" ,
2121]
2222authors = [
@@ -213,7 +213,7 @@ omit= [
213213]
214214
215215[tool .ruff ]
216- target-version = " py311 "
216+ target-version = " py312 "
217217
218218select = [
219219 " B002" , # Python does not support the unary prefix increment
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22set -eu
33
4- pyversions=(3.11 3.10 3.9 )
4+ pyversions=(3.12 3.11 3.10 )
55my_path=$( git rev-parse --show-toplevel)
66my_venv=${my_path} /venv
77
You can’t perform that action at this time.
0 commit comments