Skip to content

Commit

Permalink
chore: make python 3.7 happy
Browse files Browse the repository at this point in the history
  • Loading branch information
CaselIT committed Aug 12, 2024
1 parent b3c5c28 commit 7341f96
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"setuptools>=47",
"wheel>=0.34",
"cython>=0.29.21; python_implementation == 'CPython'", # Skip cython when using pypy
"typing-extensions; python_version<'3.8'",
]

[tool.mypy]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ include_package_data = True
packages = find:
python_requires = >=3.7
install_requires =
typing-extensions;python_version<"3.8"
typing-extensions; python_version<"3.8"
tests_require =
testtools
requests
Expand Down

0 comments on commit 7341f96

Please sign in to comment.