[ 
https://issues.apache.org/jira/browse/CASSANDRA-20997?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18069946#comment-18069946
 ] 

Stefan Miklosovic commented on CASSANDRA-20997:
-----------------------------------------------

TLDR it does not work. 

I was trying to do {{python_version=3.13 .build/docker/run-tests.sh -a 
cqlsh-test}} and that runs as such (it does not fail as before) but when I 
inspect logs for the actual test run it still uses 3.10.

{code}
============================= test session starts ==============================
platform linux -- Python 3.10.12, pytest-7.0.1, pluggy-1.0.0
rootdir: /home/cassandra/cassandra/pylib
plugins: repeat-0.9.1, flaky-3.8.1, timeout-2.1.0
collected 130 items
{code}

There is something wrong with how were we switching the versions, I do not 
think it actually worked (or it stopped to).

> Support Python 3.13
> -------------------
>
>                 Key: CASSANDRA-20997
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-20997
>             Project: Apache Cassandra
>          Issue Type: Improvement
>          Components: Build, Dependencies, Tool/cqlsh
>            Reporter: fmaurer
>            Assignee: Arvind Kandpal
>            Priority: Normal
>          Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> Using the cassandra install for debian using the latest deb of 5.0.6, the 
> database does not come up with JDK-21:
> {{java.lang.UnsupportedOperationException: The Security Manager is deprecated 
> and will be removed in a future release}}
>  
> This can be fixed with 
> {{JVM_EXTRA_OPTS="$JVM_EXTRA_OPTS -Djava.security.manager=allow"}}
> {{in /etc/cassandra/cassandra-env.sh}}
> then after {{systemctl restart cassandra}}
> the `cqlsh` fails with
> {{Warning: unsupported version of Python, required 3.6-3.11 but found 3.13}}
> {{No appropriate Python interpreter found.}}
>  
> I would like to see a project of this size to support a more recent 
> technology stack as well.
> Is there any plan to fix these issues? Thanks!



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to