Compare commits

..

2 Commits

Author SHA1 Message Date
Joel Falknau
513b7b88f4
another trixie runner, not available to python 3.8 2025-10-27 20:08:15 +10:00
Joel Falknau
5e3fc5c1cb
i dont understand this behaviour but okay fine 2025-10-27 19:51:29 +10:00
2 changed files with 3 additions and 1 deletions

View File

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

View File

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