Skip to content

Commit

Permalink
revert bumping python version
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvoleg committed Nov 13, 2024
1 parent 512b1eb commit 98a5f76
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
sqlalchemy >= 2.0.7, < 3.0.0
ydb >= 3.18.8
ydb-dbapi >= 0.0.1b8
ydb-dbapi >= 0.1.1
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
classifiers=[
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.8",
],
keywords="SQLAlchemy YDB YQL",
install_requires=requirements, # requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ greenlet

sqlalchemy==2.0.7
ydb >= 3.18.8
ydb-dbapi >= 0.0.1b8
ydb-dbapi >= 0.1.1
requests<2.29
pytest==7.2.2
docker==6.0.1
Expand Down

0 comments on commit 98a5f76

Please sign in to comment.