File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 48
48
'License :: OSI Approved :: Apache Software License' ,
49
49
'Programming Language :: Python' ,
50
50
'Programming Language :: Python :: 3' ,
51
- 'Programming Language :: Python :: 3.6' ,
52
- 'Programming Language :: Python :: 3.7' ,
53
51
'Programming Language :: Python :: 3.8' ,
52
+ 'Programming Language :: Python :: 3.9' ,
53
+ 'Programming Language :: Python :: 3.10' ,
54
+ 'Programming Language :: Python :: 3.11' ,
54
55
'Intended Audience :: Developers' ,
55
56
'Environment :: Console' ,
56
57
],
58
+ python_requires = '>=3.8' ,
57
59
platforms = ['Any' ],
58
60
scripts = [],
59
61
provides = ['st2auth_pam_backend' ],
Original file line number Diff line number Diff line change 21
21
'PAMAuthenticationBackend'
22
22
]
23
23
24
- __version__ = '0.3 .0'
24
+ __version__ = '0.4 .0'
You can’t perform that action at this time.
0 commit comments