mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-06 12:51:41 +01:00
Compare commits
No commits in common. "513b7b88f4a237eb14f790ddb16d500779ad0a74" and "d3069db0461de30a973c81c40a11015223a57792" have entirely different histories.
513b7b88f4
...
d3069db046
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user