Compare commits

..

No commits in common. "513b7b88f4a237eb14f790ddb16d500779ad0a74" and "d3069db0461de30a973c81c40a11015223a57792" have entirely different histories.

2 changed files with 1 additions and 3 deletions

View File

@ -113,7 +113,7 @@ test-3.12-core:
test-3.8-all:
<<: *only-default
image: python:3.8-bookworm
image: python:3.8-trixie
script:
- tox -e py38-all
artifacts:

View File

@ -1,5 +1,3 @@
from __future__ import annotations # Still needed for Python 3.8, replaced with better implementations in Py39+
import logging
from typing import TYPE_CHECKING