Skip to content

Commit 6c47838

Browse files
committed
Update python versions
1 parent 5f7619c commit 6c47838

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/python-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"]
11+
python-version: ["3.9", "3.10", "3.11"]
1212

1313
steps:
1414
- uses: actions/checkout@v2

setup.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,9 @@
2323
'Topic :: Security',
2424
'License :: OSI Approved :: BSD License',
2525
'Programming Language :: Python :: 3',
26-
'Programming Language :: Python :: 3.6',
27-
'Programming Language :: Python :: 3.7',
28-
'Programming Language :: Python :: 3.8',
2926
'Programming Language :: Python :: 3.9',
3027
'Programming Language :: Python :: 3.10',
28+
'Programming Language :: Python :: 3.11',
3129
'Programming Language :: Python :: Implementation :: PyPy',
3230
],
3331
keywords='ssh pubkey public key openssh ssh-rsa ssh-dss ssh-ed25519',

0 commit comments

Comments
 (0)