]> git.phdru.name Git - xsetbg.git/commitdiff
Revert "Build: For Python 3.13 SQLObject requires unreleased FormEncode" master
authorOleg Broytman <phd@phdru.name>
Sat, 16 Aug 2025 20:23:59 +0000 (23:23 +0300)
committerOleg Broytman <phd@phdru.name>
Sat, 16 Aug 2025 20:23:59 +0000 (23:23 +0300)
This reverts commit 53d26cf592837bded5e69f89d56f240219aed19f.

setup.py

index 1ed3e656c1bb4ee31e06228508e164922f81a4b1..8ec3e4cdac355509b48a2b8d24245b7eb3b29c2f 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -35,10 +35,7 @@ setup(
     python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
     install_requires=[
         'SQLObject>=2.2.1; python_version=="2.7"',
     python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
     install_requires=[
         'SQLObject>=2.2.1; python_version=="2.7"',
-        'SQLObject>=3.0.0; python_version>="3.4" and python_version<="3.12"',
-        "SQLObject @ "
-        "git+https://github.com/sqlobject/sqlobject.git#egg=sqlobject"
-        " ; python_version >= '3.13'",
+        'SQLObject>=3.0.0; python_version>="3.4"',
         'm_lib.defenc>=1.1',
     ],
 )
         'm_lib.defenc>=1.1',
     ],
 )