Skip to content

Commit

Permalink
Fix py35 test
Browse files Browse the repository at this point in the history
  • Loading branch information
evhub committed Mar 1, 2024
1 parent 77ce54c commit d957068
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coconut/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def get_path_env_var(env_var, default):
PY311 = sys.version_info >= (3, 11)
PY312 = sys.version_info >= (3, 12)
IPY = (
PY35
PY36
and (PY37 or not PYPY)
and not (PYPY and WINDOWS)
and sys.version_info[:2] != (3, 7)
Expand Down

0 comments on commit d957068

Please sign in to comment.