Skip to content

Commit

Permalink
Update python version in build files
Browse files Browse the repository at this point in the history
  • Loading branch information
Slavek Kabrda committed Jun 8, 2023
1 parent 99250aa commit 18093c4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ stages:
- deploy

variables:
PYTHON_VERSION: "3.9.16"
PYTHON_VERSION: "3.9.17"

.manual:
- when: manual
Expand Down
2 changes: 1 addition & 1 deletion build.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set builddir=c:\mnt\PCBuild
set outdir=c:\mnt\build-out
set py_version_major=3
set py_version_minor=9
set py_version_bugfix=16
set py_version_bugfix=17
set py_version_major_minor=%py_version_major%.%py_version_minor%
set py_version=%py_version_major_minor%.%py_version_bugfix%
set py_dll_major_minor=%py_version_major%%py_version_minor%
Expand Down

0 comments on commit 18093c4

Please sign in to comment.