Skip to content

Commit 6c525a6

Browse files
committed
0.3.0: bump version for python update
1 parent 6c2b5b6 commit 6c525a6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

setup.py

+4-2
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,14 @@
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'],

st2auth_keystone_backend/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
'KeystoneAuthenticationBackend'
2020
]
2121

22-
__version__ = '0.2.0'
22+
__version__ = '0.3.0'

0 commit comments

Comments
 (0)