Diff cython-3.1.7 with a cython-3.2.4

/usr/portage/dev-python/cython/cython-3.2.4.ebuild 2026-04-10 12:17:39.620736506 +0300
21 21

  
22 22
LICENSE="Apache-2.0"
23 23
SLOT="0"
24
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
24
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris"
25 25
IUSE="test test-full"
26 26
RESTRICT="!test? ( test )"
27 27

  
......
109 109
			--exclude 'run.test_patma*'
110 110
			# Slight output difference (missing '<')
111 111
			--exclude 'run.cpp_exception_ptr_just_handler'
112

  
112
			# No freethreading here
113
			--exclude 'run.freethreaded_list_indexing_stress_test'
113 114
		)
114 115
	fi
115 116

  
Thank you!