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 4747 'License :: OSI Approved :: Apache Software License' ,
4848 'Programming Language :: Python' ,
4949 'Programming Language :: Python :: 3' ,
50- 'Programming Language :: Python :: 3.6' ,
51- 'Programming Language :: Python :: 3.7' ,
5250 'Programming Language :: Python :: 3.8' ,
51+ 'Programming Language :: Python :: 3.9' ,
52+ 'Programming Language :: Python :: 3.10' ,
53+ 'Programming Language :: Python :: 3.11' ,
5354 'Intended Audience :: Developers' ,
5455 'Environment :: Console' ,
5556 ],
57+ python_requires = '>=3.8' ,
5658 platforms = ['Any' ],
5759 scripts = [],
5860 provides = ['st2auth_keystone_backend' ],
Original file line number Diff line number Diff line change 1919 'KeystoneAuthenticationBackend'
2020]
2121
22- __version__ = '0.2 .0'
22+ __version__ = '0.3 .0'
You can’t perform that action at this time.
0 commit comments