Skip to content

Commit

Permalink
Python: Bump to 3.10.13
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Mar 8, 2024
1 parent ca770ca commit 2a87791
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/dev.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

CONFIGDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

export VERSION_major_python=3.9
export VERSION_major_python=3.10
export VERSION_qt=5.15.2
export RELEASE_VERSION=0.9
export RELEASE_VERSION_PATCH=0
Expand Down
2 changes: 1 addition & 1 deletion config/ltr.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

CONFIGDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

export VERSION_major_python=3.9
export VERSION_major_python=3.10
export VERSION_qt=5.15.2
export RELEASE_VERSION=0.9
export RELEASE_VERSION_PATCH=0
Expand Down
2 changes: 1 addition & 1 deletion config/nightly.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

CONFIGDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

export VERSION_major_python=3.9
export VERSION_major_python=3.10
export VERSION_qt=5.15.2
export RELEASE_VERSION=0.9
export RELEASE_VERSION_PATCH=0
Expand Down
2 changes: 1 addition & 1 deletion config/pr.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

CONFIGDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"

export VERSION_major_python=3.9
export VERSION_major_python=3.10
export VERSION_qt=5.15.2
export RELEASE_VERSION=0.9
export RELEASE_VERSION_PATCH=0
Expand Down
4 changes: 2 additions & 2 deletions qgis_deps/recipes/python/recipe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
DESC_python="Interpreted, interactive, object-oriented programming language"

# version of your package (set in config.conf)
VERSION_minor_python=5
VERSION_minor_python=13
VERSION_python=${VERSION_major_python}.${VERSION_minor_python}
LINK_python=libpython${VERSION_major_python}.dylib

Expand All @@ -14,7 +14,7 @@ DEPS_python=(openssl xz libffi zlib libzip sqlite expat unixodbc bz2 gettext lib
URL_python=https://www.python.org/ftp/python/${VERSION_python}/Python-${VERSION_python}.tar.xz

# md5 of the package
MD5_python=71f7ada6bec9cdbf4538adc326120cfd
MD5_python=8847dc6458d1431d0ae0f55942deeb89

# default build path
BUILD_python=$BUILD_PATH/python/$(get_directory $URL_python)
Expand Down

0 comments on commit 2a87791

Please sign in to comment.