pyarmor icon indicating copy to clipboard operation
pyarmor copied to clipboard

[FEATURE] Support Python 3.14

Open jondy opened this issue 3 months ago • 5 comments

Plan Release: Nov. 15, 2025 with v9.2

jondy avatar Oct 01 '25 00:10 jondy

@jondy what is the status of getting 9.2 completed for python 3.14 support?

drebbe-intrepid avatar Oct 13 '25 17:10 drebbe-intrepid

It's develeping, the plan release date is about next month

jondy avatar Oct 14 '25 02:10 jondy

Pyarmor 9.2.0 has been released to support Python 3.14, Python 3.15.0a1 with

  • pyarmor.cli.core 8.1.0
  • pyarmor.mini 2.0

Refert to https://github.com/dashingsoft/pyarmor/releases/tag/v9.2.0

jondy avatar Oct 31 '25 10:10 jondy

@jondy very nice work :)

Quick question: is this working with both, the default GIL-enabled Python 3.14 and free-threaded builds of Python 3.14? Or only GIL-enabled builds?

Daniel451 avatar Nov 05 '25 18:11 Daniel451

Free-threaded feature is only for pyarmor_mini.so which is generated by pyarmor build, not for the scripts generated by pyarmor gen.

jondy avatar Nov 06 '25 07:11 jondy