Skip to content

Commit 900db8a

Browse files
committed
transonic 0.7.3 for py>3.10, beniget~=0.4.2 and gast~=0.6.0
1 parent a3b8195 commit 900db8a

File tree

4 files changed

+1185
-1259
lines changed

4 files changed

+1185
-1259
lines changed

CHANGES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Release notes
22

33
See also the
4-
[unreleased changes](https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.7.2...branch%2Fdefault).
4+
[unreleased changes](https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.7.3...branch%2Fdefault).
5+
6+
## [0.7.3] (2024-12-02)
7+
8+
- Support Python 3.10 to 3.13 with beniget~=0.4.2 and gast~=0.6.0 (like Pythran 0.17)
59

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

@@ -285,3 +289,4 @@ See also the
285289
[0.7.0]: https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.6.4...0.7.0
286290
[0.7.1]: https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.7.0...0.7.1
287291
[0.7.2]: https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.7.1...0.7.2
292+
[0.7.3]: https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.7.2...0.7.3

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
@nox.parametrize("with_pythran", [0, 1])
1414
@nox.session
1515
def test(session, with_pythran, with_cython):
16-
command = "pdm sync -G base_test"
16+
command = "pdm sync -G base-test"
1717
session.run_always(*command.split(), external=True)
1818

1919
py_version = (

0 commit comments

Comments
 (0)