Skip to content

Commit e78ad33

Browse files
authored
Merge pull request #80 from android/2-6-1
release 2.6.1
2 parents cf2b758 + 034fc37 commit e78ad33

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

betocq/nearby_connection/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
# BetoCQ test suite release history
2+
## 2.6.1 (03/03/2026)
3+
## New
4+
* Bump the minimum required Python version from 3.11 to 3.12
5+
* Add XCC test cases for AQT which have no dependency on the hardware
6+
capability.
7+
* Update the snippet SDK target version to 35.
8+
* Use internal WifiManagerSnippet to access WifiManager APIs
29

310
## 2.6.0 (01/08/2026)
411

build_config/nearby_connection/pyproject.toml

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

55
[project]
66
name = "betocq"
7-
version = "2.6.0"
7+
version = "2.6.1"
88
description = "Better Together Connectivity Quality test suite."
99
readme = "README.md"
10-
requires-python = ">=3.11"
10+
requires-python = ">=3.12"
1111
dependencies = [
1212
"mobly==1.13",
1313
"mobly-android-partner-tools",

0 commit comments

Comments
 (0)