Skip to content

Commit 98a5f76

Browse files
committed
revert bumping python version
1 parent 512b1eb commit 98a5f76

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
sqlalchemy >= 2.0.7, < 3.0.0
22
ydb >= 3.18.8
3-
ydb-dbapi >= 0.0.1b8
3+
ydb-dbapi >= 0.1.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
classifiers=[
2727
"Programming Language :: Python",
2828
"Programming Language :: Python :: 3",
29-
"Programming Language :: Python :: 3.9",
29+
"Programming Language :: Python :: 3.8",
3030
],
3131
keywords="SQLAlchemy YDB YQL",
3232
install_requires=requirements, # requirements.txt

test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ greenlet
33

44
sqlalchemy==2.0.7
55
ydb >= 3.18.8
6-
ydb-dbapi >= 0.0.1b8
6+
ydb-dbapi >= 0.1.1
77
requests<2.29
88
pytest==7.2.2
99
docker==6.0.1

0 commit comments

Comments
 (0)