Skip to content

Commit

Permalink
feat: Adding python3.11 and 3.12 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
awais786 committed Apr 2, 2024
1 parent 224d2d1 commit 018f22a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/helpers.py
Expand Up @@ -72,7 +72,7 @@ def delete_report_files(file_extension):
try:
for f in filelist:
os.remove(os.path.join('test_reports', f))
except Exception: # pylint: disable=broad-except
except Exception:
pass


Expand Down

0 comments on commit 018f22a

Please sign in to comment.