File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 34
34
- uses : actions/checkout@v3
35
35
- uses : actions/setup-python@v4
36
36
with :
37
- python-version : " 3.10 "
37
+ python-version : " 3.x "
38
38
- run : sudo apt install -y python3-enchant graphviz
39
39
- run : python -m pip install sphinxcontrib-spelling
40
40
- run : python -m pip install -e '.[docs]'
62
62
- " 3.8"
63
63
- " 3.9"
64
64
- " 3.10"
65
+ - " 3.11"
65
66
django-version :
66
67
- " 3.2"
67
68
- " 4.0"
Original file line number Diff line number Diff line change 4
4
5
5
### M.U.S.T
6
6
7
- This package follows a couple of MUST have design principles.
7
+ This package follows a couple of MUST- have design principles.
8
8
9
9
##### Maintainable
10
10
Original file line number Diff line number Diff line change 1
1
BSD 3-Clause License
2
2
3
- Copyright (c) 2018, Johannes Hoppe
3
+ Copyright (c) 2018, Johannes Maron
4
4
All rights reserved.
5
5
6
6
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ classifier =
22
22
Programming Language :: Python :: 3.8
23
23
Programming Language :: Python :: 3.9
24
24
Programming Language :: Python :: 3.10
25
+ Programming Language :: Python :: 3.11
25
26
Programming Language :: Python :: 3 :: Only
26
27
Topic :: Home Automation
27
28
Topic :: Internet
You can’t perform that action at this time.
0 commit comments