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

[skip ci]

devscripts/requirements/requirements.txt

index a5e54e3b25e7f6dbf43fe58c61fe162afcf53afd..382ec435e1039e3053ea6f0aae09192d7c965509 100644 (file)
@@ -1,4 +1,4 @@
 sqlparse
-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.full>=1.0