diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 58ae5e5..7ec5092 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12"] + python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"] steps: - uses: actions/checkout@v4 diff --git a/pyproject.toml b/pyproject.toml index cee8031..a07711e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,10 +11,15 @@ authors = [ { name = "Kanishk Pachauri", email = "itskanishkp.py@gmail.com" }, ] license = {text = "MIT"} -classifiers = [ - "License :: OSI Approved :: MIT License", - "Programming Language :: Python", - "Programming Language :: Python :: 3", +classifiers = [ # List of https://pypi.org/classifiers/ + "Intended Audience :: Developers", + "Programming Language :: Python", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.10", ] keywords = ["bitssh", "sshmanager", "commandline"] dependencies = [