From: Oleg Broytman Date: Sat, 16 Aug 2025 20:23:59 +0000 (+0300) Subject: Revert "Build: For Python 3.13 SQLObject requires unreleased FormEncode" X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=xsetbg.git Revert "Build: For Python 3.13 SQLObject requires unreleased FormEncode" This reverts commit 53d26cf592837bded5e69f89d56f240219aed19f. --- diff --git a/setup.py b/setup.py index 1ed3e65..8ec3e4c 100755 --- 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"', - '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', ], )