Skip to content

Commit a2a3494

Browse files
niloofaarzegeek
authored andcommitted
PE-3831: Fix the python compatibility issue when python target set to python3.11, python3.12
1 parent 5be41b4 commit a2a3494

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-admin/superlance/superlance-2.0.0.ebuild

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
EAPI=7
55

6-
PYTHON_COMPAT=( python3_10 )
6+
PYTHON_COMPAT=( python3_10 python3_11 python3_12 )
77

88
inherit distutils-r1
99

0 commit comments

Comments
 (0)