Skip to content

Commit

Permalink
fix ghactions to work on python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mdekstrand committed Aug 2, 2024
1 parent 7e653ab commit 3b30aa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lkdev/ghactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
import sys
from importlib import import_module
from textwrap import dedent
from typing import Any, NotRequired, TypedDict

import yaml
from docopt import docopt
from typing_extensions import Any, NotRequired, TypedDict

_log = logging.getLogger("lkdev.ghactions")

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dependencies = [
"pyyaml==6.*",
"packaging>=24.0",
"docopt>=0.6",
"typing_extensions==4.*",
]

[project.scripts]
Expand Down

0 comments on commit 3b30aa8

Please sign in to comment.