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