Skip to content

Commit

Permalink
Merge pull request #401 from home-assistant-ecosystem/py311
Browse files Browse the repository at this point in the history
Add Python 3.11
  • Loading branch information
fabaff authored May 11, 2024
2 parents 6073c9f + 7cdfccc commit 6408f53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ 3.9, "3.10" ]
python-version: [ "3.10", "3.11", "3.12" ]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 6408f53

Please sign in to comment.