Skip to content

Commit 04b93e9

Browse files
authored
tests: use latest version of pandas
1 parent d4905d2 commit 04b93e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/db-dtypes/noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ def prerelease(session, tests_path):
229229
"--prefer-binary",
230230
"--pre",
231231
"--upgrade",
232-
"pandas<3.0.0rc0",
232+
"pandas",
233233
)
234234
session.install(
235235
"mock",

0 commit comments

Comments
 (0)