mirror of
https://github.com/curl/curl.git
synced 2026-08-24 23:53:44 +03:00
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:
parent
e13362c20a
commit
3de2777421
5 changed files with 19 additions and 14 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue