Skip to content

Commit 2ed9a37

Browse files
committed
Run mypy with 3.10 because of pandas types
1 parent 26f2d1c commit 2ed9a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ env:
88
CARGO_TERM_COLOR: always
99
RUST_BACKTRACE: 1
1010
RUSTFLAGS: "-D warnings"
11-
PYTHON_VERSION: "3.9"
11+
PYTHON_VERSION: "3.10" # Because of pandas types
1212
jobs:
1313
clippy:
1414
name: Clippy

0 commit comments

Comments
 (0)