File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272 CIBW_PROJECT_REQUIRES_PYTHON : " >=3.10,<3.14"
7373 CIBW_BEFORE_TEST : " uv sync --directory {project} --only-group dev --no-install-project"
7474 CIBW_TEST_COMMAND : " uv run --directory {project} pytest tests/avro/test_decoder.py"
75- # Ignore tests for pypy since not all dependencies are compiled for it
76- # and would require a local rust build chain
77- CIBW_TEST_SKIP : " pp*"
7875 # Skip free-threaded (PEP 703) builds until we evaluate decoder_fast support
7976 CIBW_SKIP : " cp3*t-*"
8077
Original file line number Diff line number Diff line change 6767 CIBW_PROJECT_REQUIRES_PYTHON : " >=3.10,<3.14"
6868 CIBW_BEFORE_TEST : " uv sync --directory {project} --only-group dev --no-install-project"
6969 CIBW_TEST_COMMAND : " uv run --directory {project} pytest tests/avro/test_decoder.py"
70- # Ignore tests for pypy since not all dependencies are compiled for it
71- # and would require a local rust build chain
72- CIBW_TEST_SKIP : " pp*"
7370 # Skip free-threaded (PEP 703) builds until we evaluate decoder_fast support
7471 CIBW_SKIP : " cp3*t-*"
7572
You can’t perform that action at this time.
0 commit comments