Skip to content

Commit 1bc446f

Browse files
committed
0 breaking changes in 8 years. mark as Production/Stable
1 parent bb233a3 commit 1bc446f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</p>
1111

1212
<p>
13-
<a href="https://www.python.org/downloads/"><img src="https://img.shields.io/badge/python-3.6+-blue.svg" alt="Python version" height="18"></a>
13+
<a href="https://www.python.org/downloads/"><img src="https://img.shields.io/badge/python-3.9+-blue.svg" alt="Python version" height="18"></a>
1414
<a href="https://badge.fury.io/py/flupy"><img src="https://badge.fury.io/py/flupy.svg" alt="PyPI version" height="18"></a>
1515
<a href="https://github.com/olirice/flupy/blob/master/LICENSE"><img src="https://img.shields.io/pypi/l/markdown-subtemplate.svg" alt="License" height="18"></a>
1616
<a href="https://pypi.org/project/flupy/"><img src="https://img.shields.io/pypi/dm/flupy.svg" alt="Download count" height="18"></a>
@@ -33,7 +33,7 @@ You can think of flupy as a light weight, 0 dependency, pure python alternative
3333

3434
### Requirements
3535

36-
* Python 3.6+
36+
* Python 3.9+
3737

3838
### Installation
3939

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
repository = "https://github.com/olirice/flupy"
99
packages = [{include = "flupy", from = "src"}]
1010
classifiers = [
11-
"Development Status :: 4 - Beta",
11+
"Development Status :: 5 - Production/Stable",
1212
"Natural Language :: English",
1313
"Operating System :: OS Independent",
1414
"Programming Language :: Python",

0 commit comments

Comments
 (0)