From e83e7bb8e5567ebc777434261a0e1573ad338419 Mon Sep 17 00:00:00 2001 From: Olli Jarva Date: Tue, 14 Nov 2023 20:49:25 +0200 Subject: [PATCH] Update python versions --- .github/workflows/python-tests.yml | 2 +- setup.py | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml index d81ce43..2bec080 100644 --- a/.github/workflows/python-tests.yml +++ b/.github/workflows/python-tests.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] + python-version: ["3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v2 diff --git a/setup.py b/setup.py index b899d48..4159e8b 100644 --- a/setup.py +++ b/setup.py @@ -23,11 +23,9 @@ 'Topic :: Security', 'License :: OSI Approved :: BSD License', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.6', - 'Programming Language :: Python :: 3.7', - 'Programming Language :: Python :: 3.8', 'Programming Language :: Python :: 3.9', 'Programming Language :: Python :: 3.10', + 'Programming Language :: Python :: 3.11', 'Programming Language :: Python :: Implementation :: PyPy', ], keywords='ssh pubkey public key openssh ssh-rsa ssh-dss ssh-ed25519',