Skip to content

Commit

Permalink
py39 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Nov 5, 2024
1 parent 11da3f8 commit be976c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compliance_checker/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import pprint
import re
import warnings
from collections.abc import defaultdict
from collections import defaultdict
from functools import wraps
from io import StringIO

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ write_to_template = "__version__ = '{version}'"
tag_regex = "^(?P<prefix>v)?(?P<version>[^\\+]+)(?P<suffix>.*)?$"

[tool.ruff]
target-version = "py38"
target-version = "py39"
line-length = 200

exclude = [
Expand Down

0 comments on commit be976c6

Please sign in to comment.