Skip to content

Commit

Permalink
Change python_version to 3.8 for mypy
Browse files Browse the repository at this point in the history
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
  • Loading branch information
TG1999 committed Mar 12, 2024
1 parent b04199b commit 6f52fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ known_django = django
sections = FUTURE,STDLIB,DJANGO,THIRDPARTY,FIRSTPARTY,LOCALFOLDER

[mypy]
python_version = 3.7
python_version = 3.8

files = src/packageurl/__init__.py
show_error_codes = True
Expand Down

0 comments on commit 6f52fa4

Please sign in to comment.