Skip to content

Commit

Permalink
Add Python 3.11 to CI (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus authored Dec 6, 2022
1 parent b3a60c2 commit 00c85ce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
- "3.8"
- "3.9"
- "3.10"
- "3.11"

steps:
- uses: actions/checkout@v3
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
],
keywords=["homeassistant", "cloud"],
zip_safe=False,
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
[tox]
envlist = py38, py39, py310, lint
envlist = py38, py39, py310, py311, lint
skip_missing_interpreters = True

[gh-actions]
python =
3.8: py38, lint
3.9: py39
3.10: py310
3.11: py311

[testenv]
commands =
Expand Down

0 comments on commit 00c85ce

Please sign in to comment.