Skip to content

Commit

Permalink
ci: Add python 3.12 with fix from @milinddethe15 (#3766)
Browse files Browse the repository at this point in the history
* fixes: #3495

Co-authored-by: milinddethe15 <[email protected]>
Signed-off-by: Terri Oda <[email protected]>
  • Loading branch information
terriko and milinddethe15 authored Jan 30, 2024
1 parent 8a3d215 commit 55e7c01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python: ['3.8', '3.9', '3.11']
# python 3.12 throws aiohttp package install errors
python: ['3.8', '3.9', '3.11', '3.12']
timeout-minutes: 60
steps:
- name: Harden Runner
Expand Down

0 comments on commit 55e7c01

Please sign in to comment.