Skip to content

Commit

Permalink
Merge pull request #22 from dnstapir/py311
Browse files Browse the repository at this point in the history
  • Loading branch information
morkrost authored Nov 20, 2024
2 parents 20b9ec9 + 4e26b71 commit 5c46643
Show file tree
Hide file tree
Showing 4 changed files with 154 additions and 139 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
strategy:
matrix:
python-version:
- "3.11"
- "3.12"
- "3.13"
steps:
Expand Down
2 changes: 1 addition & 1 deletion dnstapir/key_resolver.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from .key_cache import KeyCache

type PublicKey = Ed25519PublicKey | Ed448PublicKey | EllipticCurvePublicKey | RSAPublicKey
PublicKey = Ed25519PublicKey | Ed448PublicKey | EllipticCurvePublicKey | RSAPublicKey

tracer = trace.get_tracer("dnstapir.tracer")
meter = metrics.get_meter("dnstapir.meter")
Expand Down
Loading

0 comments on commit 5c46643

Please sign in to comment.