py39 -> py311

This commit is contained in:
meejah 2024-12-13 00:27:38 -07:00
parent 654ec9d5e3
commit ea94d23624

View File

@ -386,7 +386,7 @@ jobs:
# filenames and argv).
LANG: "en_US.UTF-8"
# Select a tox environment to run for this job.
TAHOE_LAFS_TOX_ENVIRONMENT: "py39"
TAHOE_LAFS_TOX_ENVIRONMENT: "py311"
# Additional arguments to pass to tox.
TAHOE_LAFS_TOX_ARGS: ""
# The path in which test artifacts will be placed.