Skip to content

Commit abf9c19

Browse files
committed
bump pandas tests to run on 3.12
1 parent c7daf16 commit abf9c19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ coverage==7.2.7
22
dirty-equals==0.6.0
33
hypothesis==6.79.4
44
# pandas doesn't offer prebuilt wheels for all versions and platforms we test in CI e.g. aarch64 musllinux
5-
pandas==2.0.3; python_version >= "3.9" and python_version < "3.12" and implementation_name == "cpython" and platform_machine == 'x86_64'
5+
pandas==2.1.3; python_version >= "3.9" and python_version < "3.13" and implementation_name == "cpython" and platform_machine == 'x86_64'
66
pytest==7.4.3
77
# we run codspeed benchmarks on x86_64 CPython (i.e. native github actions architecture)
88
pytest-codspeed~=2.2.0; implementation_name == "cpython" and platform_machine == 'x86_64'
@@ -13,5 +13,5 @@ pytest-pretty==1.2.0
1313
pytest-timeout==2.2.0
1414
pytz==2023.3.post1
1515
# numpy doesn't offer prebuilt wheels for all versions and platforms we test in CI e.g. aarch64 musllinux
16-
numpy==1.25.2; python_version >= "3.9" and python_version < "3.12" and implementation_name == "cpython" and platform_machine == 'x86_64'
16+
numpy==1.26.2; python_version >= "3.9" and python_version < "3.13" and implementation_name == "cpython" and platform_machine == 'x86_64'
1717
exceptiongroup==1.1; python_version < "3.11"

0 commit comments

Comments
 (0)