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