Build errors involving invalid "override" import #2
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: nqrduck/NQRduckumentation#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Actually not an issue of this repository itself, but I don't feel like opening separate issues. Some modules import "override" from "typing", which doesn't seem to be a thing (at least in Python 3.11, which is a supported version).
See this build log for reference: https://git.private.coffee/kumi/NQRduckumentation/actions/runs/5#jobstep-3-7
Alright, that decorator was added in 3.12. So we need to ensure that the docs are actually built with 3.12 or higher.Strike that. Actually, this calls for a decision (and documentation) on supported Python versions. For example, there is an import here that breaks compatibility with <3.12.
from typing import override