Skip to content

Commit

Permalink
Remove dead code for Python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoddemus authored Feb 28, 2024
1 parent cdca431 commit 639ef22
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@
"pyyaml",
]

if sys.version_info[0] <= 2:
# Backport of concurrent.futures
install_requires.append("futures")

setup(
name="deps",
version=version,
Expand Down

0 comments on commit 639ef22

Please sign in to comment.