tests: target Python 3.8 as the minimum Python version

This version is already two releases out of support, but is "only" 7
years old so is probably still being used in the real world. Document
this version along with some other testing dependencies.  Remove code
support for earlier versions. Disable ruff checks that need a newer
version.
This commit is contained in:
Dan Fandrich 2026-07-25 13:34:38 -07:00
parent e13362c20a
commit 3de2777421
5 changed files with 19 additions and 14 deletions

View file

@ -25,8 +25,7 @@
import logging
import os
import socket
from collections.abc import Callable
from typing import Dict
from typing import Callable, Dict
from filelock import FileLock