Skip to content

Commit

Permalink
Include Python 3.12 in tests (#22)
Browse files Browse the repository at this point in the history
* Include Python 3.12 in tests

* fix black
  • Loading branch information
linuxrider authored Feb 5, 2024
1 parent 0d0bd07 commit d592087
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
python: ["3.9", "3.10", "3.11"]
python: ["3.9", "3.10", "3.11", "3.12"]
os: ["ubuntu-latest", "macos-latest", "windows-latest"]
source: ["conda", "pip"]
steps:
Expand Down
1 change: 1 addition & 0 deletions ec_tools/semi_integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
Here, :math:`R` represents the calculated semi integral, i.e. :math:`R \approx \frac{\mathrm{d}^{v}}{\mathrm{d}t^{v}} I(t)`.
"""

import numpy as np
from transonic import jit

Expand Down

0 comments on commit d592087

Please sign in to comment.