Skip to content

Commit 81687ef

Browse files
authored
Bump to Python 3.12 (#1146)
1 parent e057370 commit 81687ef

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
release:
55
types: [published]
66
env:
7-
PYTHON_VERSION: "3.11"
7+
PYTHON_VERSION: "3.12"
88
NODE_VERSION: "18.x"
99

1010
jobs:

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/[email protected]
2222
with:
23-
python-version: "3.11"
23+
python-version: "3.12"
2424
- name: Install dependencies
2525
run: |
2626
sudo apt-get update
@@ -37,8 +37,8 @@ jobs:
3737
fail-fast: false
3838
matrix:
3939
python-version:
40-
- "3.11"
4140
- "3.12"
41+
- "3.13"
4242

4343
steps:
4444
- name: Check out code from GitHub

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ authors = [
77
{name = "The Home Assistant Authors", email = "[email protected]"},
88
]
99
classifiers = [
10-
"Development Status :: 3 - Alpha",
10+
"Development Status :: 5 - Production/Stable",
1111
"Intended Audience :: Developers",
1212
"Environment :: Console",
13-
"Programming Language :: Python :: 3.11",
1413
"Programming Language :: Python :: 3.12",
14+
"Programming Language :: Python :: 3.13",
1515
"Topic :: Home Automation",
1616
]
1717
dependencies = [
@@ -26,7 +26,7 @@ description = "Open Home Foundation Matter Server"
2626
license = {text = "Apache-2.0"}
2727
name = "python-matter-server"
2828
readme = "README.md"
29-
requires-python = ">=3.11"
29+
requires-python = ">=3.12"
3030
# The version is set by GH action on release!
3131
version = "0.0.0"
3232

0 commit comments

Comments
 (0)