Skip to content

Commit

Permalink
bump python version in static-lib to 3.8 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucabello authored Mar 12, 2024
1 parent c87773d commit 0b7ed97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 0b7ed97

Please sign in to comment.