Skip to content

Commit

Permalink
Require >= 3.8 for 4.0 branch and include typing extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
nZac committed Jun 24, 2024
1 parent 46e542c commit 22844be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ project_urls =
zip_safe = False
include_package_data = True
packages = find:
python_requires = >=3.7
python_requires = >=3.8
install_requires =
typing_extensions
typing_extensions;python_version<'3.10'
tests_require =
testtools
requests
Expand Down

0 comments on commit 22844be

Please sign in to comment.