diff --git a/dev-requirements.txt b/dev-requirements.txt
index 60ee0b0e5ed8bdb1c89041c5a3f1f5b43aa370d8..283fc5819376919a0b3147b140df043d4e9c0e1a 100644
--- a/dev-requirements.txt
+++ b/dev-requirements.txt
@@ -21,13 +21,7 @@ pytest-django~=4.5.2
 pytest-env~=0.6.2
 
 setuptools>=18.2
-
-# As of subvertpy 0.10.1, Python 3.8 support is busted, resulting in a
-# SystemError during usage (though installation works fine). 0.10.1 was
-# released on July 19, 2017, and there has not been an official release
-# since (even though the upstream source does fix this). For now, we can't
-# safely install this on Python 3.8.
-subvertpy; python_version <= '3.7'
+subvertpy>=0.11.0
 
 wheel
 
