We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c2b5b6 commit 6c525a6Copy full SHA for 6c525a6
setup.py
@@ -47,12 +47,14 @@
47
'License :: OSI Approved :: Apache Software License',
48
'Programming Language :: Python',
49
'Programming Language :: Python :: 3',
50
- 'Programming Language :: Python :: 3.6',
51
- 'Programming Language :: Python :: 3.7',
52
'Programming Language :: Python :: 3.8',
+ 'Programming Language :: Python :: 3.9',
+ 'Programming Language :: Python :: 3.10',
53
+ 'Programming Language :: Python :: 3.11',
54
'Intended Audience :: Developers',
55
'Environment :: Console',
56
],
57
+ python_requires='>=3.8',
58
platforms=['Any'],
59
scripts=[],
60
provides=['st2auth_keystone_backend'],
st2auth_keystone_backend/__init__.py
@@ -19,4 +19,4 @@
19
'KeystoneAuthenticationBackend'
20
]
21
22
-__version__ = '0.2.0'
+__version__ = '0.3.0'
0 commit comments