Skip to content

Commit 878ebac

Browse files
AlexanderWells-diamondAraneidae
authored andcommitted
Remove unnecessary Python version specifications
1 parent 715f9c3 commit 878ebac

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

setup.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ useful =
4141
dev =
4242
pytest-cov
4343
pytest-flake8
44-
sphinx-rtd-theme-github-versions; python_version > "3.0"
45-
pytest-asyncio; python_version > "3.0"
46-
aioca >=1.3 ; python_version > "3.0"
44+
sphinx-rtd-theme-github-versions
45+
pytest-asyncio
46+
aioca >=1.3
4747
cothread; sys_platform != "win32"
4848
p4p
4949

0 commit comments

Comments
 (0)