Skip to content

Commit 6f38ebd

Browse files
committed
Replace <3.13 with <=3.13
Replace <3.13 with <=3.13
1 parent 0e717a9 commit 6f38ebd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi-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.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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
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

0 commit comments

Comments
 (0)