Skip to content

Commit

Permalink
Make compatible with python >= 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
hackenbergstefan committed Nov 14, 2024
1 parent fd2aaaf commit 56fd712
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cwtoolbox/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import numpy.typing
import tqdm

type InputFunction = Callable[[int], bytes | List[int]]
InputFunction = Callable[[int], bytes | List[int]]


def input_dict_to_array(
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

[project]
name = "cwtoolbox"
version = "0.10.5"
version = "0.10.6"
description = "ChipWhisperer Toolbox"
authors = [
{ "name" = "Stefan Hackenberg", "email" = "mail@stefan-hackenberg.de" },
Expand Down

0 comments on commit 56fd712

Please sign in to comment.