Skip to content

Commit d5f3e14

Browse files
committed
Revert "Build: For Python 3.13 SQLObject requires unreleased FormEncode"
This reverts commit 4b9bd5e.
1 parent 00458a9 commit d5f3e14

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
SQLObject>=2.2.1; python_version == '2.7'
2-
SQLObject>=3.0.0; python_version >= '3.4' and python_version <= '3.12'
3-
SQLObject @ git+https://github.com/sqlobject/sqlobject.git#egg=sqlobject ; python_version >= '3.13'
2+
SQLObject>=3.0.0; python_version >= '3.4'
43
m_lib.defenc>=1.0

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,7 @@
7777
python_requires='>=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*',
7878
install_requires=[
7979
'SQLObject>=2.2.1; python_version=="2.7"',
80-
'SQLObject>=3.0.0; python_version>="3.4" and python_version<="3.12"',
81-
"SQLObject @ "
82-
"git+https://github.com/sqlobject/sqlobject.git#egg=sqlobject"
83-
" ; python_version >= '3.13'",
80+
'SQLObject>=3.0.0; python_version>="3.4"',
8481
'm_lib.defenc>=1.0',
8582
],
8683
extras_require={

0 commit comments

Comments
 (0)