Skip to content

Commit 29dd1fa

Browse files
peter-doggartshwan.jeonPeter Doggart
authored
Jason the j master (#609)
* Add python version requirement on setup.py include python_requires option on setup for pip to resolve python dependency accordingly. prevent installing the latest flask_restx regardless of python version. fixes #586 * Fix formatting. --------- Co-authored-by: shwan.jeon <[email protected]> Co-authored-by: Peter Doggart <[email protected]>
1 parent 2ca39bd commit 29dd1fa

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

CHANGELOG.rst

+12
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,18 @@ Releases prior to 0.3.0 were “best effort” filled out, but are missing
2525
some info. If you see your contribution missing info, please open a PR
2626
on the Changelog!
2727

28+
.. _section-1.3.1:
29+
1.3.1
30+
-----
31+
.. _bug_fixes-1.3.1
32+
Bug Fixes
33+
~~~~~~~~~
34+
35+
::
36+
37+
* Add python version requirement on setup.py (#586) [jason-the-j]
38+
39+
2840
.. _section-1.3.0:
2941
1.3.0
3042
-----

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,5 @@ def pip(filename):
111111
"Topic :: Software Development :: Libraries :: Python Modules",
112112
"License :: OSI Approved :: BSD License",
113113
],
114+
python_requires=">=3.8",
114115
)

0 commit comments

Comments
 (0)