Skip to content

Commit

Permalink
Add python 3.10 (#131)
Browse files Browse the repository at this point in the history
* Add 3.10

* Update classifiers
  • Loading branch information
MatthewFlamm committed Dec 17, 2022
1 parent 83de14e commit 3bb8fda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.9]
python-version: [3.9, "3.10"]

steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -31,6 +31,7 @@
"License :: OSI Approved :: MIT License",
"Programming Language :: Python",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Topic :: Software Development :: Testing",
],
entry_points={"pytest11": ["homeassistant = pytest_homeassistant_custom_component.plugins"]},
Expand Down

0 comments on commit 3bb8fda

Please sign in to comment.