pip3, /python3-pytest ver. bump

This commit is contained in:
Rmys
2025-01-15 21:04:02 +03:00
parent c8392ac256
commit ee0f1fa9bd
4 changed files with 26 additions and 12 deletions
@@ -6,12 +6,12 @@
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import python3modules
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","6.2.4")
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","8.3.4")
def build():
pythonmodules.compile(pyVer="3")
python3modules.compile()
def install():
pythonmodules.install(pyVer="3")
python3modules.install()