Skip to content

Commit

Permalink
Updated mk-docs version
Browse files Browse the repository at this point in the history
Increased Python Version
  • Loading branch information
pral2a committed Jan 27, 2023
1 parent 91586fc commit fad7ce0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: '3.6'
python-version: '3.11.1'
architecture: 'x64'

- name: Install dependencies
Expand Down
5 changes: 3 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
mkdocs
mkdocs-material<5.5.12
mkdocs-material>8
mkdocs-material-extensions
mkdocs-macros-plugin
mkdocs-plugin-tags
#mkdocs-with-pdf
GitPython
requests==2.26.0

0 comments on commit fad7ce0

Please sign in to comment.