Skip to content

Commit

Permalink
chore(github-ci): lock python version to 3.13
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
ajhalili2006 authored Nov 27, 2024
1 parent 89ff07d commit 213213d
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/configure-pages@v5
- uses: actions/setup-python@v5
with:
python-version: 3.x
python-version: 3.13
- run: |
pip install pipenv
pipenv install
Expand Down
1 change: 1 addition & 0 deletions .tool-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python 3.13.0
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ mkdocs-hackclub = {file = "."}
[dev-packages]

[requires]
python_version = ">= 3.10"
python_version = "3.13"

[scripts]
dev = "mkdocs serve --watch ./hackclub --watch-theme"
Expand Down
4 changes: 2 additions & 2 deletions Pipfile.lock

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

0 comments on commit 213213d

Please sign in to comment.