Skip to content

Commit 1fb0f60

Browse files
authored
Merge pull request #127 from Wenzel/ci/publish_python_11
Ci/publish python 11
2 parents 55ca213 + af65f66 commit 1fb0f60

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ jobs:
4545
- uses: actions/checkout@v3
4646

4747
- uses: ./.github/actions/common-setup
48+
with:
49+
python_version: 3.11
4850

4951
- name: Add entrypoint to bypass issue with relative imports in PyInstaller
5052
run: powershell -Command 'Invoke-WebRequest https://gist.githubusercontent.com/Wenzel/e38d227d94f16e026b3aed03ea6a6661/raw/383ec56d62c58e444f6c5962ee6940a5c583d341/stub.py -OutFile stub.py'

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "checksec-py"
3-
version = "0.7"
3+
version = "0.7.1"
44
description = "Checksec tool implemented in Python"
55
authors = ["Mathieu Tarral <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)