Skip to content

Commit 3f65413

Browse files
authored
Allow Nemo 0.53 (#1288)
1 parent 708af91 commit 3f65413

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changes in GAP.jl
22

3+
## Version 0.16.2 (released 2025-XX-XX)
4+
5+
- Declare compatibility with Nemo 0.53
6+
37
## Version 0.16.1 (released 2025-11-05)
48

59
- In the Nemo package extension, add `GAP.GapInt(::ZZRingElem)` as an alias

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Libdl = "1.10"
103103
MacroTools = "0.5.13"
104104
Markdown = "1.10"
105105
Ncurses_jll = "6.4.1"
106-
Nemo = "0.50.0, 0.51.0, 0.52.0"
106+
Nemo = "0.50, 0.51, 0.52, 0.53"
107107
REPL = "1.10"
108108
Random = "1.10"
109109
SHA = "0.7, 1"

0 commit comments

Comments
 (0)