Skip to content

Commit

Permalink
update readthedocs Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
berislavlopac committed Apr 16, 2024
1 parent 790d2b1 commit 103261b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ formats:
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.9"

mkdocs:
configuration: mkdocs.yml
Expand Down
2 changes: 2 additions & 0 deletions momoa/format.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
"""Helper utilities for formatting serialized data."""

from __future__ import annotations

from collections.abc import Callable, Mapping
from datetime import date, datetime
from ipaddress import ip_address
Expand Down

0 comments on commit 103261b

Please sign in to comment.