Skip to content

Commit

Permalink
0.3.0: Require python 3.8 or newer
Browse files Browse the repository at this point in the history
  • Loading branch information
cognifloyd committed Oct 19, 2024
1 parent 9fda3b4 commit e00b400
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,14 @@
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3.11',
'Intended Audience :: Developers',
'Environment :: Console',
],
python_requires='>=3.8',
platforms=['Any'],
scripts=[],
provides=['st2auth_flat_file_backend'],
Expand Down
2 changes: 1 addition & 1 deletion st2auth_flat_file_backend/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
'FlatFileAuthenticationBackend'
]

__version__ = '0.2.1'
__version__ = '0.3.0'

0 comments on commit e00b400

Please sign in to comment.