mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-12-06 12:51:41 +01:00
Compare commits
2 Commits
d3069db046
...
513b7b88f4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
513b7b88f4 | ||
|
|
5e3fc5c1cb |
@ -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:
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user