Skip to content

Commit 38348e2

Browse files
committed
kill backwards compatibility for PyGhidra :(
1 parent 0350f8c commit 38348e2

4 files changed

Lines changed: 17 additions & 24 deletions

File tree

.github/workflows/pytest-devcontainer-pypi.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,9 @@ jobs:
2323
image: [
2424
"latest",
2525
"11.3ghidra3.12python-bookworm",
26-
"11.2.1ghidra3.10python-bookworm",
27-
"11.1.2ghidra3.12python-bookworm",
28-
"11.0.3ghidra3.11python-bookworm",
29-
"10.4ghidra3.11python-bookworm",
30-
"10.4ghidra3.9python-bookworm",
31-
"10.3.3ghidra3.10python-bookworm",
26+
"11.3ghidra3.11python-bookworm",
27+
"11.3ghidra3.10python-bookworm",
28+
# "11.3ghidra3.9python-bookworm",
3229
]
3330
steps:
3431
- uses: actions/checkout@v3

.github/workflows/pytest-devcontainer-repo-all.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,9 @@ jobs:
2727
image: [
2828
"latest",
2929
"11.3ghidra3.12python-bookworm",
30-
"11.2.1ghidra3.10python-bookworm",
31-
"11.1.1ghidra3.12python-bookworm",
32-
"11.0.3ghidra3.11python-bookworm",
33-
"10.4ghidra3.11python-bookworm",
34-
"10.4ghidra3.9python-bookworm",
35-
"10.3.3ghidra3.10python-bookworm",
30+
"11.3ghidra3.11python-bookworm",
31+
"11.3ghidra3.10python-bookworm",
32+
# "11.3ghidra3.9python-bookworm",
3633
]
3734

3835
steps:

.github/workflows/pytest-docker.yml

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
name: Pytest Python Package In Docker Image
55

66
on:
7-
push:
8-
# branches: [ "main" ]
9-
paths:
10-
# - 'ghidriff/**'
11-
# - 'tests/**'
12-
- '.github/workflows/pytest-docker.yml'
7+
# push:
8+
# # branches: [ "main" ]
9+
# paths:
10+
# # - 'ghidriff/**'
11+
# # - 'tests/**'
12+
# - '.github/workflows/pytest-docker.yml'
1313
# pull_request:
1414
# branches: [ "main" ]
1515
workflow_dispatch:
@@ -24,11 +24,10 @@ jobs:
2424
# cover the latest and all versions of all subreleases
2525
image: [
2626
"latest",
27-
"11.1.2ghidra3.12python-bookworm",
28-
"11.0.3ghidra3.11python-bookworm",
29-
"10.4ghidra3.11python-bookworm",
30-
"10.4ghidra3.9python-bookworm",
31-
"10.3.3ghidra3.10python-bookworm",
27+
"11.3ghidra3.12python-bookworm",
28+
"11.3ghidra3.11python-bookworm",
29+
"11.3ghidra3.10python-bookworm",
30+
# "11.3ghidra3.9python-bookworm",
3231
]
3332
container:
3433
image: ghcr.io/clearbluejar/ghidra-python:${{ matrix.image }}

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ packages = find:
2828
zip_safe = False
2929
include_package_data = True
3030
install_requires =
31-
pyghidra>=1.0.0
31+
pyghidra>=2.0.0
3232
mdutils==1.6.0
3333

3434
[options.entry_points]

0 commit comments

Comments
 (0)