Skip to content

Commit

Permalink
Add Python 3.13 to tests (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
prisae authored Feb 14, 2025
1 parent 3766e5b commit a09ecba
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ jobs:
name: full
os: ubuntu
conda: "scipy numba 'empymod>=2.3.2' xarray tqdm h5py 'discretize>=0.11' matplotlib"
- python-version: "3.13"
name: plain
os: ubuntu
conda: "scipy numba 'empymod>=2.3.2'"
- python-version: "3.13"
name: full
os: ubuntu
conda: "scipy numba 'empymod>=2.3.2' xarray tqdm h5py 'discretize>=0.11' matplotlib"

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 @@ -6,6 +6,15 @@ Changelog
""""""""""


latest
------


- Maintenance

- Testing: added Python 3.13.


v1.8.7 : Release SciPy restriction
----------------------------------

Expand Down

0 comments on commit a09ecba

Please sign in to comment.