Skip to content

Commit

Permalink
♻️ Make compat with 3.8 (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
falexwolf authored Apr 5, 2024
1 parent 2ac32ec commit b4a911b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
python-version: ["3.8"] # we want to be able to run this on 3.8
timeout-minutes: 10

steps:
Expand Down
2 changes: 2 additions & 0 deletions laminci/_nox_logger.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

import logging
from collections.abc import Sequence

Expand Down

0 comments on commit b4a911b

Please sign in to comment.