python3-* ver. bump

This commit is contained in:
Rmys
2025-01-06 15:32:30 +03:00
parent 289d523807
commit 654721b22c
4 changed files with 27 additions and 6 deletions
@@ -4,13 +4,13 @@
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import python3modules
def build():
pythonmodules.compile(pyVer="3")
python3modules.compile(pyVer="3")
#def check():
# shelltools.system("nosetests3")
def install():
pythonmodules.install(pyVer="3")
python3modules.install(pyVer="3")