File tree Expand file tree Collapse file tree 4 files changed +1185
-1259
lines changed Expand file tree Collapse file tree 4 files changed +1185
-1259
lines changed Original file line number Diff line number Diff line change 1
1
# Release notes
2
2
3
3
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)
5
9
6
10
## [ 0.7.2] (2024-08-26)
7
11
@@ -285,3 +289,4 @@ See also the
285
289
[ 0.7.0 ] : https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.6.4...0.7.0
286
290
[ 0.7.1 ] : https://foss.heptapod.net/fluiddyn/transonic/-/compare/0.7.0...0.7.1
287
291
[ 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
Original file line number Diff line number Diff line change 13
13
@nox .parametrize ("with_pythran" , [0 , 1 ])
14
14
@nox .session
15
15
def test (session , with_pythran , with_cython ):
16
- command = "pdm sync -G base_test "
16
+ command = "pdm sync -G base-test "
17
17
session .run_always (* command .split (), external = True )
18
18
19
19
py_version = (
You can’t perform that action at this time.
0 commit comments