We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e34152 commit f43c6a5Copy full SHA for f43c6a5
1 file changed
.github/workflows/svn-build-artifacts.yml
@@ -70,7 +70,7 @@ jobs:
70
env:
71
# Ignore 32 bit architectures
72
CIBW_ARCHS: "auto64"
73
- CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10,<=3.14"
+ CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10,<3.15"
74
CIBW_BEFORE_TEST: "uv sync --directory {project} --only-group dev --no-install-project"
75
CIBW_TEST_COMMAND: "uv run --directory {project} pytest tests/avro/test_decoder.py"
76
# Skip free-threaded (PEP 703) builds until we evaluate decoder_fast support
0 commit comments