Skip to content

Commit

Permalink
update Python and dependencies (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
sellth authored Mar 8, 2024
1 parent 3691694 commit 6f0dd72
Show file tree
Hide file tree
Showing 4 changed files with 361 additions and 465 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/mkdocs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Python 3.10
uses: actions/setup-python@v4
- name: Setup Python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.11'
cache: "pipenv"
cache-dependency-path: |
Pipfile.lock
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/mkdocs-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup Python 3.10
uses: actions/setup-python@v4
- name: Setup Python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.11'
cache: "pipenv"
cache-dependency-path: |
Pipfile.lock
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ pymdown-extensions = "*"
mkdocs-git-revision-date-localized-plugin = "*"

[requires]
python_version = "3.10"
python_version = "3.11"
Loading

0 comments on commit 6f0dd72

Please sign in to comment.