Skip to content

Commit 45a13bd

Browse files
committed
thanks drew
1 parent b175650 commit 45a13bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

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

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

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

0 commit comments

Comments
 (0)