Skip to content

Commit f43c6a5

Browse files
authored
Include 3.14 minor versions
1 parent 1e34152 commit f43c6a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/svn-build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
env:
7171
# Ignore 32 bit architectures
7272
CIBW_ARCHS: "auto64"
73-
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10,<=3.14"
73+
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10,<3.15"
7474
CIBW_BEFORE_TEST: "uv sync --directory {project} --only-group dev --no-install-project"
7575
CIBW_TEST_COMMAND: "uv run --directory {project} pytest tests/avro/test_decoder.py"
7676
# Skip free-threaded (PEP 703) builds until we evaluate decoder_fast support

0 commit comments

Comments
 (0)