]> git.phdru.name Git - m_librarian.git/commitdiff
Build(requirements): Fix Python version at 2.7 master
authorOleg Broytman <phd@phdru.name>
Thu, 26 Sep 2024 10:47:24 +0000 (13:47 +0300)
committerOleg Broytman <phd@phdru.name>
Thu, 26 Sep 2024 10:47:24 +0000 (13:47 +0300)
There will never be 2.8.

[skip ci]

devscripts/requirements/requirements.txt

index 94cef49c9d16c17b31d49bf3efdba95092c614ad..44cc4309d02362380151b7357db0d99755267772 100644 (file)
@@ -1,3 +1,3 @@
-SQLObject>=2.2.1; python_version >= '2.7' and python_version < '3.0'
+SQLObject>=2.2.1; python_version == '2.7'
 SQLObject>=3.0.0; python_version >= '3.4'
 m_lib.defenc>=1.0