File tree Expand file tree Collapse file tree 3 files changed +2
-8
lines changed
Expand file tree Collapse file tree 3 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 github.event.pull_request.user.login == 'dependabot[bot]' ||
106106 contains(github.event.pull_request.labels.*.name, 'safe to test')
107107
108- runs-on : [ windows-latest, windows-2022 ]
108+ runs-on : windows-latest
109109
110110 steps :
111111 - name : Checkout repository
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " c2pa-python"
7- version = " 0.12.1 "
7+ version = " 0.13.0 "
88requires-python = " >=3.10"
99description = " Python bindings for the C2PA Content Authenticity Initiative (CAI) library"
1010readme = { file = " README.md" , content-type = " text/markdown" }
Original file line number Diff line number Diff line change 2121logger .addHandler (logging .NullHandler ())
2222
2323
24- class CPUArchitecture (Enum ):
25- """CPU architecture enum for platform-specific identifiers."""
26- AARCH64 = "aarch64"
27- X86_64 = "x86_64"
28-
29-
3024def get_platform_identifier () -> str :
3125 """Get the platform identifier (arch-os) for the current system,
3226 matching the downloaded identifiers used by the Github publisher.
You can’t perform that action at this time.
0 commit comments