Skip to content

Commit

Permalink
Merge pull request #86 from LuqueDaniel/support-python-312
Browse files Browse the repository at this point in the history
Add support to Python 3.12
  • Loading branch information
LuqueDaniel committed Dec 28, 2023
2 parents 0fdf97c + 3fc78c4 commit 86cb545
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Setup Python
Expand Down
2 changes: 1 addition & 1 deletion lnmc.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import click as cli
import yaml

__version__ = "1.3.0"
__version__ = "1.4.0"

DirectoriesDict = Dict[str, List[str]]

Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ classifiers = [
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Topic :: System :: Systems Administration",
"Topic :: Utilities",
]
Expand Down

0 comments on commit 86cb545

Please sign in to comment.