Skip to content

Commit

Permalink
See if 3.13 works
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae committed Jan 15, 2025
1 parent a637736 commit d4e9fa7
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,16 @@ jobs:
os: ubuntu
conda: "numba 'scipy>=1.10' scooby libdlf matplotlib pytest-mpl"
test: "--mpl"
- python-version: "3.13"
name: plain
os: ubuntu
conda: "numba 'scipy>=1.10' scooby libdlf"
test: ""
- python-version: "3.13"
name: full
os: ubuntu
conda: "numba 'scipy>=1.10' scooby libdlf matplotlib pytest-mpl"
test: "--mpl"

env:
# Used for coveralls flag
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ v2.3.x
""""""


latest
------


- Maintenance

- Testing: added Python 3.13.


v2.4.0 El. current density
--------------------------

Expand Down

0 comments on commit d4e9fa7

Please sign in to comment.