Skip to content

Commit 9997515

Browse files
committed
bump version to 0.4.0 for py upgrade
1 parent e5ea8fc commit 9997515

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

setup.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,14 @@
4848
'License :: OSI Approved :: Apache Software License',
4949
'Programming Language :: Python',
5050
'Programming Language :: Python :: 3',
51-
'Programming Language :: Python :: 3.6',
52-
'Programming Language :: Python :: 3.7',
5351
'Programming Language :: Python :: 3.8',
52+
'Programming Language :: Python :: 3.9',
53+
'Programming Language :: Python :: 3.10',
54+
'Programming Language :: Python :: 3.11',
5455
'Intended Audience :: Developers',
5556
'Environment :: Console',
5657
],
58+
python_requires='>=3.8',
5759
platforms=['Any'],
5860
scripts=[],
5961
provides=['st2auth_pam_backend'],

st2auth_pam_backend/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
'PAMAuthenticationBackend'
2222
]
2323

24-
__version__ = '0.3.0'
24+
__version__ = '0.4.0'

0 commit comments

Comments
 (0)