Skip to content

Commit

Permalink
ci: mention Python 3.12 blocker in workflow (intel#3445)
Browse files Browse the repository at this point in the history
Co-authored-by: Terri Oda <[email protected]>
  • Loading branch information
Ferdinand-Ogama and terriko authored Oct 31, 2023
1 parent a0804f1 commit 720e9f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
strategy:
matrix:
python: ['3.8', '3.9', '3.11']
# python 3.12 throws aiohttp package install errors
timeout-minutes: 60
steps:
- name: Harden Runner
Expand Down

0 comments on commit 720e9f9

Please sign in to comment.