Skip to content

Commit

Permalink
Add Python 3.11 to framework tests (#2394)
Browse files Browse the repository at this point in the history
Co-authored-by: Charles Beauville <[email protected]>
  • Loading branch information
danieljanes and charlesbvll authored Jan 18, 2024
1 parent f3406c6 commit 5ce2d8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/framework.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
# In case of a mismatch, the job has to download Python to install it.
# Note: Due to a bug in actions/setup-python we have to put 3.10 in
# qoutes as it will otherwise will assume 3.1
python: [3.8, 3.9, '3.10']
python: [3.8, 3.9, '3.10', '3.11']

name: Python ${{ matrix.python }}

Expand Down

0 comments on commit 5ce2d8f

Please sign in to comment.