Skip to content

Commit

Permalink
ci.yml: Disable python 3.12 - no assertDictContainsSubset.
Browse files Browse the repository at this point in the history
  • Loading branch information
schwehr committed Aug 1, 2024
1 parent 4691c07 commit 5e3290a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
python-version: [
'3.9',
'3.10',
'3.11',
'3.12'
'3.11'
# '3.12' does not have assertDictContainsSubset.
]
steps:
- name: Add required sources and pkgs
Expand Down

0 comments on commit 5e3290a

Please sign in to comment.