[
https://issues.apache.org/jira/browse/PHOENIX-7222?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17819103#comment-17819103
]
ASF GitHub Bot commented on PHOENIX-7222:
-----------------------------------------
stoty commented on code in PR #146:
URL:
https://github.com/apache/phoenix-queryserver/pull/146#discussion_r1497010016
##########
python-phoenixdb/phoenixdb/sqlalchemy_phoenix.py:
##########
@@ -22,7 +22,7 @@
from sqlalchemy.engine.default import DefaultDialect, DefaultExecutionContext
from sqlalchemy.exc import CompileError
from sqlalchemy.sql.compiler import DDLCompiler
-from sqlalchemy.types import BIGINT, BOOLEAN, CHAR, DATE, DECIMAL, FLOAT,
INTEGER, NUMERIC,\
+from sqlalchemy.types import BIGINT, BOOLEAN, CHAR, DATE, DECIMAL, FLOAT,
INTEGER, NUMERIC, \
Review Comment:
This is flagged as an error by newer pylint versions,
> Fix tox tests and add Python 3.12 to supported versions and the test matrix
> ---------------------------------------------------------------------------
>
> Key: PHOENIX-7222
> URL: https://issues.apache.org/jira/browse/PHOENIX-7222
> Project: Phoenix
> Issue Type: Task
> Components: python, queryserver
> Affects Versions: queryserver-6.0.0, python-phoenixdb-1.2.1
> Reporter: Istvan Toth
> Assignee: Istvan Toth
> Priority: Major
>
> We only declare compatibility and run tests with up to Python 3.11.
> Add Python 3.12 to the support version list and the test environments.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)