Skip to content

Commit

Permalink
revert Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaled Monsoor committed Feb 9, 2024
1 parent df036e2 commit 67ff9a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
node-version: '16'
- uses: actions/setup-python@v4
with:
python-version: "3.11"
python-version: "3.9"
- uses: Gr1N/setup-poetry@v8
with:
poetry-version: "1.2.2"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
node-version: '16'
- uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.9
- uses: Gr1N/setup-poetry@v8
with:
poetry-version: 1.2.2
Expand All @@ -38,4 +38,4 @@ jobs:
poetry install
- run: |
poetry run pelican --settings ./publishconf.py ./content
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = 'https://github.com/kmonsoor/blog.kmonsoor.com'
"Funding" = "https://github.com//kmonsoor/blog.kmonsoor.com"

[tool.poetry.dependencies]
python = "3.11.*"
python = "3.9.*"

pelican = {extras = ["Markdown"], version = "^4.6.0"}
pelican-image-process = "^2.1.3"
Expand Down

0 comments on commit 67ff9a4

Please sign in to comment.