From 0b7ed97be3f0b6ba79893fafa62a8631aee00699 Mon Sep 17 00:00:00 2001 From: Luca Bello <36242061+lucabello@users.noreply.github.com> Date: Tue, 12 Mar 2024 10:40:36 +0100 Subject: [PATCH] bump python version in static-lib to 3.8 (#235) --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 4b9885fe..359b4c11 100644 --- a/tox.ini +++ b/tox.ini @@ -58,7 +58,7 @@ setenv = PYRIGHT_PYTHON_FORCE_VERSION = latest commands = charm: pyright {[vars]src_path} {posargs} - lib: pyright --pythonversion 3.5 {[vars]lib_path} {posargs} + lib: pyright --pythonversion 3.8 {[vars]lib_path} {posargs} lib: /usr/bin/env sh -c 'for m in $(git diff main --name-only {[vars]lib_path}); do if ! git diff main $m | grep -q "+LIBPATCH\|+LIBAPI"; then echo "You forgot to bump the version on $m!"; exit 1; fi; done' allowlist_externals = /usr/bin/env