Skip to content

Commit

Permalink
Add python_requires>=3.5
Browse files Browse the repository at this point in the history
We no longer support python2, but this is the only way i've found to say
that the package can only be installed on python 3. 3.5 is somewhat of
an arbitrary value, but I don't want to go perfectly recent.
  • Loading branch information
jamielennox committed Mar 28, 2024
1 parent 04e5ce9 commit fba8cc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ classifiers =
[options]
packages = requests_mock
include_package_data = true
python_requires = >=3.5
install_requires =
requests>=2.22,<3

Expand Down

0 comments on commit fba8cc7

Please sign in to comment.