Skip to content

Commit 5f78869

Browse files
authored
Merge pull request #99 from ojarva/update-python-versions
Update python versions
2 parents 5f7619c + 6c47838 commit 5f78869

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 3 deletions
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)