Skip to content

Commit e00b400

Browse files
committed
0.3.0: Require python 3.8 or newer
1 parent 9fda3b4 commit e00b400

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
@@ -46,12 +46,14 @@
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'],

st2auth_flat_file_backend/__init__.py

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

24-
__version__ = '0.2.1'
24+
__version__ = '0.3.0'

0 commit comments

Comments
 (0)