fix min python for pip-compile

This commit is contained in:
David Lord 2024-08-23 16:41:39 -07:00
parent 2c5d652493
commit 40b78fa2ea
No known key found for this signature in database
GPG key ID: 43368A7AA8CC5926
6 changed files with 81 additions and 24 deletions

View file

@ -46,7 +46,7 @@ skip_install = true
commands = pre-commit autoupdate -j4
[testenv:update-requirements]
base_python = 3.12
base_python = 3.8
labels = update
deps = pip-tools
skip_install = true