Skip to content

Commit

Permalink
Prepare 1.6.1 release (#304)
Browse files Browse the repository at this point in the history
* Prepare 1.6.1 release

* Update configs

* Fix dev requirements
  • Loading branch information
yurushao authored Dec 2, 2023
1 parent 99028bf commit baa921f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 10 deletions.
6 changes: 0 additions & 6 deletions .bumpversion.cfg

This file was deleted.

2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Requirements
------------

* `Redis`_
* Python 3.7+
* Python 3.8+

.. _Redis: https://redis.io/

Expand Down
2 changes: 2 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ freezegun==1.2.1
pytest==7.3.1
pytest-cov==4.1.0
tox==4.11.3
bumpversion==0.6.0
wheel==0.42.0
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
current_version = 1.6.0
commit = True
tag = True
files = setup.py snappass/__init__.py
files = setup.py

[flake8]
show-source = True
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
},
include_package_data=True,
python_requires='>=3.7, <4',
python_requires='>=3.8, <4',
classifiers=[
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
Expand All @@ -27,7 +27,6 @@
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
Expand Down

0 comments on commit baa921f

Please sign in to comment.