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 4646 'License :: OSI Approved :: Apache Software License' ,
4747 'Programming Language :: Python' ,
4848 'Programming Language :: Python :: 3' ,
49- 'Programming Language :: Python :: 3.6' ,
50- 'Programming Language :: Python :: 3.7' ,
5149 'Programming Language :: Python :: 3.8' ,
50+ 'Programming Language :: Python :: 3.9' ,
51+ 'Programming Language :: Python :: 3.10' ,
52+ 'Programming Language :: Python :: 3.11' ,
5253 'Intended Audience :: Developers' ,
5354 'Environment :: Console' ,
5455 ],
56+ python_requires = '>=3.8' ,
5557 platforms = ['Any' ],
5658 scripts = [],
5759 provides = ['st2auth_flat_file_backend' ],
Original file line number Diff line number Diff line change 2121 'FlatFileAuthenticationBackend'
2222]
2323
24- __version__ = '0.2.1 '
24+ __version__ = '0.3.0 '
You can’t perform that action at this time.
0 commit comments