Skip to content

Commit 477bdcc

Browse files
authored
Remove the apparent support for Python 2
`universal = 1` is used to claim single source support for Python versions 2 and 3, but the code is using python3-only syntax.
1 parent f18827c commit 477bdcc

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

setup.cfg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
[bdist_wheel]
2-
universal = 1
3-
41
[aliases]
52
test = pytest
63

0 commit comments

Comments
 (0)