File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 6969 env :
7070 # Ignore 32 bit architectures
7171 CIBW_ARCHS : " auto64"
72- CIBW_PROJECT_REQUIRES_PYTHON : " >=3.10,<=3.13 "
72+ CIBW_PROJECT_REQUIRES_PYTHON : " >=3.10,<3.14 "
7373 CIBW_TEST_REQUIRES : " pytest==7.4.2 moto==5.0.1"
7474 CIBW_TEST_COMMAND : " pytest {project}/tests/avro/test_decoder.py"
7575 # Ignore tests for pypy since not all dependencies are compiled for it
Original file line number Diff line number Diff line change 6464 env :
6565 # Ignore 32 bit architectures
6666 CIBW_ARCHS : " auto64"
67- CIBW_PROJECT_REQUIRES_PYTHON : " >=3.10,<=3.13 "
67+ CIBW_PROJECT_REQUIRES_PYTHON : " >=3.10,<3.14 "
6868 CIBW_TEST_REQUIRES : " pytest==7.4.2 moto==5.0.1"
6969 CIBW_TEST_COMMAND : " pytest {project}/tests/avro/test_decoder.py"
7070 # Ignore tests for pypy since not all dependencies are compiled for it
You can’t perform that action at this time.
0 commit comments