Skip to content

Commit

Permalink
Merge pull request #3 from purs3lab/patch
Browse files Browse the repository at this point in the history
Adding support for python 3.12
  • Loading branch information
R3x authored Jun 28, 2024
2 parents 282e510 + 33dc566 commit c072841
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# ARGUS SPECIFIC
results/*
!results/README.md

# PYTHON SPPECIFIC FILES
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
20 changes: 18 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ colorlog = "^6.7.0"
PyYAML = "^6.0"
sarif-om = "^1.0.4"
jschema-to-python = "^1.2.3"
setuptools = "^70.0.0"

[tool.poetry.dev-dependencies]

Expand Down

0 comments on commit c072841

Please sign in to comment.