Skip to content

Commit 417b439

Browse files
committed
Run pandas tests on Python 3.10 as well
1 parent 78a7e92 commit 417b439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ faker>=4.1.2
77
flake8>=3.8.4
88
funcy>=1.16
99
importlib-metadata>=3.6.0
10-
pandas>=1.0.0; implementation_name == "cpython" and python_version < "3.10"
10+
pandas>=1.0.0; implementation_name == "cpython" and python_version < "3.11"
1111
pytest>=6.0.0
1212
pytest-cov>=2.8.1
1313
pytest-randomly>=3.7.0

0 commit comments

Comments
 (0)