Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Feb 5, 2024
1 parent b6d3c26 commit 247f3a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ source = [
# Here we specify our pragma rules:
py-lt-312 = "sys_version_info < (3, 12)"
py-lt-310 = "sys_version_info < (3, 10)"
has-mypy = "is_installed('mypy')"
has-pwd = "is_installed('pwd')"
on-win32 = "sys_platform == 'win32'"
on-wsl = "'Microsoft' in platform_release"
Expand Down

0 comments on commit 247f3a5

Please sign in to comment.