Still in SageMath version 9.3.rc5, the call "PrimitiveGroup(2500, 1)" raises a "NotImplementedError: Only the primitive groups of degree less than 2500 are available in GAP's database", even though the primitive groups are available up to degree 4095.
The exception is raised by the wrong degree limit in line 2489 of local/lib/python3.9/site-packages/sage/groups/perm_gps/permgroup_named.py So replacing 2500 with 4096 there (and at a few places in the doc string) is a trivial fix. However, since I'm not familiar with the development, I suggest that someone else takes care of that. -- Peter Mueller -- You received this message because you are subscribed to the Google Groups "sage-devel" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-devel+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-devel/6723569f-3385-4b5e-87b9-3af25b2082ben%40googlegroups.com.