1
0
mirror of https://github.com/venthur/blag.git synced 2025-11-25 12:42:41 +00:00

dropped support for python 3.8 and 3.9

This commit is contained in:
Bastian Venthur
2024-04-24 22:10:48 +02:00
parent 4d4630867d
commit de8542b90b
14 changed files with 9 additions and 49 deletions

View File

@@ -1,13 +1,9 @@
"""Pytest fixtures."""
# remove when we don't support py38 anymore
from __future__ import annotations
import os
from argparse import Namespace
from collections.abc import Callable, Iterator
from tempfile import TemporaryDirectory
from typing import Callable, Iterator
import pytest
from jinja2 import Environment, Template