We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55ca213 + af65f66 commit 1fb0f60Copy full SHA for 1fb0f60
.github/workflows/ci.yml
@@ -45,6 +45,8 @@ jobs:
45
- uses: actions/checkout@v3
46
47
- uses: ./.github/actions/common-setup
48
+ with:
49
+ python_version: 3.11
50
51
- name: Add entrypoint to bypass issue with relative imports in PyInstaller
52
run: powershell -Command 'Invoke-WebRequest https://gist.githubusercontent.com/Wenzel/e38d227d94f16e026b3aed03ea6a6661/raw/383ec56d62c58e444f6c5962ee6940a5c583d341/stub.py -OutFile stub.py'
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "checksec-py"
3
-version = "0.7"
+version = "0.7.1"
4
description = "Checksec tool implemented in Python"
5
authors = ["Mathieu Tarral <[email protected]>"]
6
readme = "README.md"
0 commit comments