Skip to content

Commit 50cf864

Browse files
amurekicodingjoe
authored andcommitted
Add official Python 3.11 support, minor text improvements
1 parent 4a8e5e6 commit 50cf864

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/checkout@v3
3535
- uses: actions/setup-python@v4
3636
with:
37-
python-version: "3.10"
37+
python-version: "3.x"
3838
- run: sudo apt install -y python3-enchant graphviz
3939
- run: python -m pip install sphinxcontrib-spelling
4040
- run: python -m pip install -e '.[docs]'
@@ -62,6 +62,7 @@ jobs:
6262
- "3.8"
6363
- "3.9"
6464
- "3.10"
65+
- "3.11"
6566
django-version:
6667
- "3.2"
6768
- "4.0"

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### M.U.S.T
66

7-
This package follows a couple of MUST have design principles.
7+
This package follows a couple of MUST-have design principles.
88

99
##### Maintainable
1010

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2018, Johannes Hoppe
3+
Copyright (c) 2018, Johannes Maron
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

setup.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ classifier =
2222
Programming Language :: Python :: 3.8
2323
Programming Language :: Python :: 3.9
2424
Programming Language :: Python :: 3.10
25+
Programming Language :: Python :: 3.11
2526
Programming Language :: Python :: 3 :: Only
2627
Topic :: Home Automation
2728
Topic :: Internet

0 commit comments

Comments
 (0)