Let $G$ be the Cayley graph on the alternating group $A_n\,n\ge4$ with generating set $$S=\begin{cases}\{(1,2,3),(1,3,2),\\(1,2,\ldots,n),(1,n,n-1,\ldots,2)\}, &n\ \text{odd}\\ \{(1,2,3),(1,3,2),\\(2,3,\ldots,n),(2,n,n-1,\ldots,3)\}, &\text{otherwise}. \end{cases}$$ Then, will $G$ be class I, that is, have chromatic index $4$?
Though it is widely believed (though unproven) that Cayley graphs of even order are class I, but this particular graph is haunting me. For one, $A_5$ is class I, but, when I go for $A_6$, in spite of using slightly fast algorithms like mixed integer linear programming, the program (SageMath) gets stuck for hours. In addition, I tried to remove three maximum (perfect) matchings sequentially from the graph $G$ for $n=6$ to obtain a non-perfect matching with few other edges remaining, thereby possibly implying the chromatic index may be higher, which is highly unlikely. So any hints on this regard. Some fast algorithms to verify that at least $n=6$ case is class I would give some relief. In addition, I also removed the lone Hamiltonian cycle in the case $n=6$ to get a disconnected graph that required $3$ edge colors, which was not the case for $n=5$. Thanks beforehand.