Skip to content

Commit

Permalink
Upgrade version, add fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
JakubAndrysek committed Sep 12, 2024
1 parent 8b4724d commit 82107e9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mkdoxy-build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
# You can use PyPy versions in python-version.
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]

steps:
- uses: actions/checkout@v3
Expand Down
13 changes: 7 additions & 6 deletions .idea/workspace.xml

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

3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def import_dev_requirements():
# https://pypi.org/project/mkdocs-open-in-new-tab/
setup(
name="mkdocs-open-in-new-tab",
version="1.0.4",
version="1.0.5",
description="MkDocs plugin to open outgoing links and PDFs in new tab.",
long_description=readme(),
long_description_content_type="text/markdown",
Expand All @@ -42,6 +42,7 @@ def import_dev_requirements():
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Operating System :: OS Independent",
],
packages=find_packages(),
Expand Down

0 comments on commit 82107e9

Please sign in to comment.