Skip to content

Commit 09eb74b

Browse files
Use latest xdis from git, support Python 3.11+, closes #10
1 parent 063b2ea commit 09eb74b

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

README.md

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ pyinstxtractor-ng uses the [xdis](https://github.com/rocky/python-xdis/) library
88

99
pyinstxtractor-ng also supports automatic decryption of encrypted pyinstaller executables.
1010

11-
Note: Python 3.11 executables are not fully supported yet as the underlying library xdis doesn't support 3.11 at the moment. The executable will be still extracted but the PYZ won't be.
12-
1311
## Usage
1412

1513
Precompiled binaries for Linux and Windows are provided in [releases](https://github.com/pyinstxtractor/pyinstxtractor-ng/releases).

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pyinstaller==5.10.1
2-
xdis==6.0.5
2+
xdis @ git+https://github.com/rocky/python-xdis@667c8a8
33
PyCryptoDome==3.17

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
xdis==6.0.5
1+
xdis @ git+https://github.com/rocky/python-xdis@667c8a8
22
PyCryptoDome==3.17

0 commit comments

Comments
 (0)