Skip to content

Commit 0f1c06a

Browse files
committed
Upgrade to Python 3.12
1 parent 3597ec4 commit 0f1c06a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
if: github.event_name == 'push'
3131
uses: actions/setup-python@v5
3232
with:
33-
python-version: '3.11'
33+
python-version: '3.12'
3434

3535
- name: Install Poetry
3636
if: github.event_name == 'push'

changelog/poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

changelog/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ authors = ["Tenzir <[email protected]>"]
66
license = "MIT"
77

88
[tool.poetry.dependencies]
9-
python = "^3.11"
9+
python = "^3.12"
1010
python-frontmatter = "^1.0.0"
1111

1212
[build-system]

0 commit comments

Comments
 (0)