Skip to content

Commit

Permalink
Enable tests on 3.12 (#1997)
Browse files Browse the repository at this point in the history
  • Loading branch information
lra authored Feb 11, 2024
1 parent 3e4943b commit e9dfd10
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 e9dfd10

Please sign in to comment.