We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d97e6d8 + e0b0377 commit 1032f14Copy full SHA for 1032f14
1 file changed
dnf-plugins/py3query.py
@@ -63,6 +63,10 @@
63
'libpython3.8.so.1.0()(64bit)',
64
'python(abi) = 3.9', '/usr/bin/python3.9', 'libpython3.9.so.1.0',
65
'libpython3.9.so.1.0()(64bit)',
66
+ 'python(abi) = 3.10', '/usr/bin/python3.10', 'libpython3.10.so.1.0',
67
+ 'libpython3.10.so.1.0()(64bit)',
68
+ 'python(abi) = 3.11', '/usr/bin/python3.11', 'libpython3.11.so.1.0',
69
+ 'libpython3.11.so.1.0()(64bit)',
70
]
71
}
72
0 commit comments