Skip to content

Commit

Permalink
add python 3.12 to build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
bdpedigo committed Dec 14, 2023
1 parent c0ab3f3 commit 94056b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:

strategy:
matrix:
python-versions: [3.11]
python-versions: [3.11, 3.12]

steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
Expand Down

0 comments on commit 94056b7

Please sign in to comment.