Skip to content

Commit

Permalink
readthedocs doesn't support 3.13. Rollback to 3.12 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
okaycj authored Oct 22, 2024
1 parent 6c17133 commit 9114f0a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.13"
python: "3.12"
jobs:
post_create_environment:
# Install poetry
Expand Down
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build: poetry
poetry:
poetry check
poetry self update
poetry env use 3.13
poetry env use 3.12
poetry update --sync

clean:
Expand Down
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,10 @@ authors = ["Your Name <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.13"
python = "^3.12"
mkdocs = "^1.6.0"
mkdocs-macros-plugin = "^1.0.5"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

0 comments on commit 9114f0a

Please sign in to comment.