Skip to content

Commit 59cce1d

Browse files
committed
Merge branch 'main' of github.com:pdm-project/dep-logic
2 parents d810892 + d77428b commit 59cce1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/dep_logic/tags/platform.py

+1
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ class Arch(Enum):
337337
X86_64 = "x86_64"
338338
S390X = "s390x"
339339
RISCV64 = "riscv64"
340+
LoongArch64 = "loongarch64"
340341

341342
def __str__(self) -> str:
342343
return self.value

0 commit comments

Comments
 (0)