Skip to content

Commit

Permalink
Merge branch 'pr/py313_fix'
Browse files Browse the repository at this point in the history
  • Loading branch information
bluescarni committed Dec 29, 2024
2 parents 07bd0d0 + 7cec598 commit 71fcb0d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions doc/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
Changelog
=========

7.0.1 (unreleased)
------------------

Fix
~~~

- Exclude the docs from the sdist build in order to limit the size
of the tarball
(`#210 <https://github.com/bluescarni/heyoka.py/pull/210>`__).
- Fix unit test failure in Python 3.13
(`#210 <https://github.com/bluescarni/heyoka.py/pull/210>`__).

7.0.0 (2024-12-28)
------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Python library for ODE integration via Taylor's method and LLVM"
readme = 'README.md'
requires-python = '>=3.9'
dependencies = ['cloudpickle', 'numpy >= 2']
authors = [{ name = 'Francesco Biscarni', email = '[email protected]' }]
authors = [{ name = 'Francesco Biscani', email = '[email protected]' }]
license = { text = 'MPL-2.0' }
classifiers = [
# How mature is this project? Common values are
Expand Down

0 comments on commit 71fcb0d

Please sign in to comment.