File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -187,9 +187,9 @@ files = ["pytensor", "tests"]
187187build = " *"
188188# Uncomment to skip builds that compile but fail when trying to test (maybe due to incompatibility with runner)
189189# archs = ["auto64"]
190- # Disable any-platform (pp*), and 32-bit builds.
190+ # Disable any-platform (pp*), 32-bit builds, and free-threaded builds (*t-*)
191191# Additional options to consider: "*musllinux*"
192- skip = [" pp*" , " *-win32" , " *-manylinux_i686" ]
192+ skip = [" pp*" , " *-win32" , " *-manylinux_i686" , " *t-* " ]
193193build-frontend = " build"
194194test-command = ' python -c "import pytensor; print(pytensor.__version__); from pytensor.scan import scan_perform; print(scan_perform.get_version())"'
195195test-skip = [" cp37*" , " *musllinux*" , " *win32*" , " *i686*" ]
You can’t perform that action at this time.
0 commit comments