Skip to content

Commit

Permalink
Sync versions from home assistant core (#36)
Browse files Browse the repository at this point in the history
- aiohttp 3.9.0b0 for python 3.12
- pyjwt 2.4.0 -> 2.8.0
  • Loading branch information
mdz authored Oct 29, 2023
1 parent 6a3d93b commit 4e7840c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
python-version: [3.8, 3.9]
python-version: [3.9, 3.11, 3.12]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
aiohttp~=3.8.0
aiohttp~=3.9.0b0;python_version>='3.12'
aiohttp~=3.8.0;python_version<'3.12'
inflection~=0.5.1
pyjwt~=2.4.0
pyjwt~=2.8.0
python-dateutil~=2.8.1

0 comments on commit 4e7840c

Please sign in to comment.