File tree 3 files changed +4
-5
lines changed
3 files changed +4
-5
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.10 "
7
+ PYTHON_VERSION : " 3.11 "
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
uses : actions/setup-python@v5.0.0
22
22
with :
23
- python-version : " 3.10 "
23
+ python-version : " 3.11 "
24
24
- name : Install dependencies
25
25
run : |
26
26
sudo apt-get update
38
38
fail-fast : false
39
39
matrix :
40
40
python-version :
41
- - " 3.10"
42
41
- " 3.11"
42
+ - " 3.12"
43
43
44
44
steps :
45
45
- name : Check out code from GitHub
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ classifiers = [
10
10
" Development Status :: 3 - Alpha" ,
11
11
" Intended Audience :: Developers" ,
12
12
" Environment :: Console" ,
13
- " Programming Language :: Python :: 3.10" ,
14
13
" Programming Language :: Python :: 3.11" ,
15
14
" Programming Language :: Python :: 3.12" ,
16
15
" Topic :: Home Automation" ,
@@ -28,7 +27,7 @@ description = "Python Matter WebSocket Server"
28
27
license = {text = " Apache-2.0" }
29
28
name = " python-matter-server"
30
29
readme = " README.md"
31
- requires-python = " >=3.10 "
30
+ requires-python = " >=3.11 "
32
31
# The version is set by GH action on release!
33
32
version = " 0.0.0"
34
33
You can’t perform that action at this time.
0 commit comments