Skip to content

Commit

Permalink
Enable tests on 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lra committed Feb 11, 2024
1 parent 3e4943b commit 3f747d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- "3.9"
- "3.10"
- "3.11"
# - "3.12" # Installing numpy (1.24.4): Failed
- "3.12"
container: python:${{ matrix.python-version }}
steps:
- run: echo "${HOME}/.local/bin" >> $GITHUB_PATH
Expand Down

0 comments on commit 3f747d8

Please sign in to comment.