Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authorlovetox <philipp@hoerist.com>2022-06-22 19:39:59 +0300
committerlovetox <philipp@hoerist.com>2022-06-22 19:39:59 +0300
commit53ebe405880d6d75d4568d1896236ec6728657e9 (patch)
tree39676542702e7537e741ef740d36ba9385d3a07b /win
parent358fb15dfefebd43482484a5547318bcdcd0fafa (diff)
ci: Windows: Update python version to 3.10
Diffstat (limited to 'win')
-rw-r--r--win/_base.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/_base.sh b/win/_base.sh
index 6a91a24c3..8d780abd5 100644
--- a/win/_base.sh
+++ b/win/_base.sh
@@ -12,7 +12,7 @@ cd "${DIR}"
# CONFIG START
MAJOR_PY_VERSION="3"
-MINOR_PY_VERSION="9"
+MINOR_PY_VERSION="10"
PYTHON_VERSION="${MAJOR_PY_VERSION}.${MINOR_PY_VERSION}"
BUILD_VERSION="0"