From 9ff9a2596e9bf90d1fa2e56997436116039a00a4 Mon Sep 17 00:00:00 2001 From: Mathieu Tarral Date: Fri, 12 May 2023 09:01:46 +0200 Subject: [PATCH 1/2] ci: release windows build based on Python 3.11 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 317bd57..e32bb1f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -45,6 +45,8 @@ jobs: - uses: actions/checkout@v3 - uses: ./.github/actions/common-setup + with: + python_version: 3.11 - name: Add entrypoint to bypass issue with relative imports in PyInstaller run: powershell -Command 'Invoke-WebRequest https://gist.githubusercontent.com/Wenzel/e38d227d94f16e026b3aed03ea6a6661/raw/383ec56d62c58e444f6c5962ee6940a5c583d341/stub.py -OutFile stub.py' From af65f6690b26e1a68b69864d06a21785a4542206 Mon Sep 17 00:00:00 2001 From: Mathieu Tarral Date: Fri, 12 May 2023 09:02:13 +0200 Subject: [PATCH 2/2] release: v0.7.1 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8361446..09e0148 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "checksec-py" -version = "0.7" +version = "0.7.1" description = "Checksec tool implemented in Python" authors = ["Mathieu Tarral "] readme = "README.md"