Skip to content

Commit

Permalink
transonic 0.7.3 for py>3.10, beniget~=0.4.2 and gast~=0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paugier committed Dec 2, 2024
1 parent a3b8195 commit 900db8a
Show file tree
Hide file tree
Showing 4 changed files with 1,185 additions and 1,259 deletions.
7 changes: 6 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Release notes

See also the
[unreleased changes](https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.7.2...branch%2Fdefault).
[unreleased changes](https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.7.3...branch%2Fdefault).

## [0.7.3] (2024-12-02)

- Support Python 3.10 to 3.13 with beniget~=0.4.2 and gast~=0.6.0 (like Pythran 0.17)

## [0.7.2] (2024-08-26)

Expand Down Expand Up @@ -285,3 +289,4 @@ See also the
[0.7.0]: https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.6.4...0.7.0
[0.7.1]: https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.7.0...0.7.1
[0.7.2]: https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.7.1...0.7.2
[0.7.3]: https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.7.2...0.7.3
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
@nox.parametrize("with_pythran", [0, 1])
@nox.session
def test(session, with_pythran, with_cython):
command = "pdm sync -G base_test"
command = "pdm sync -G base-test"
session.run_always(*command.split(), external=True)

py_version = (
Expand Down
Loading

0 comments on commit 900db8a

Please sign in to comment.