File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 4
4
release :
5
5
types : [published]
6
6
env :
7
- PYTHON_VERSION : " 3.11 "
7
+ PYTHON_VERSION : " 3.12 "
8
8
NODE_VERSION : " 18.x"
9
9
10
10
jobs :
Original file line number Diff line number Diff line change 20
20
- name : Set up Python
21
21
22
22
with :
23
- python-version : " 3.11 "
23
+ python-version : " 3.12 "
24
24
- name : Install dependencies
25
25
run : |
26
26
sudo apt-get update
37
37
fail-fast : false
38
38
matrix :
39
39
python-version :
40
- - " 3.11"
41
40
- " 3.12"
41
+ - " 3.13"
42
42
43
43
steps :
44
44
- name : Check out code from GitHub
Original file line number Diff line number Diff line change @@ -7,11 +7,11 @@ authors = [
7
7
{
name =
" The Home Assistant Authors" ,
email =
" [email protected] " },
8
8
]
9
9
classifiers = [
10
- " Development Status :: 3 - Alpha " ,
10
+ " Development Status :: 5 - Production/Stable " ,
11
11
" Intended Audience :: Developers" ,
12
12
" Environment :: Console" ,
13
- " Programming Language :: Python :: 3.11" ,
14
13
" Programming Language :: Python :: 3.12" ,
14
+ " Programming Language :: Python :: 3.13" ,
15
15
" Topic :: Home Automation" ,
16
16
]
17
17
dependencies = [
@@ -26,7 +26,7 @@ description = "Open Home Foundation Matter Server"
26
26
license = {text = " Apache-2.0" }
27
27
name = " python-matter-server"
28
28
readme = " README.md"
29
- requires-python = " >=3.11 "
29
+ requires-python = " >=3.12 "
30
30
# The version is set by GH action on release!
31
31
version = " 0.0.0"
32
32
You can’t perform that action at this time.
0 commit comments