diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c986506a..b4365aa3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" uses: greenbone/workflows/.github/workflows/lint-python.yml@main with: lint-packages: gvm tests @@ -31,6 +32,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" uses: greenbone/workflows/.github/workflows/test-python.yml@main with: python-version: ${{ matrix.python-version }} @@ -45,6 +47,7 @@ jobs: - "3.10" - "3.11" - "3.12" + - "3.13" steps: - uses: actions/checkout@v4 - name: Run mypy diff --git a/pyproject.toml b/pyproject.toml index b3d44cd5..a6aceceb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,6 +22,7 @@ classifiers = [ "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", "Operating System :: OS Independent", "Topic :: Software Development :: Libraries :: Python Modules", ] @@ -46,7 +47,7 @@ types-paramiko = "^3.4.0.20240205" [tool.black] line-length = 80 -target-version = ['py39', 'py310', 'py311', 'py312'] +target-version = ['py39', 'py310', 'py311', 'py312', 'py313'] exclude = ''' /( \.git