michaelsembwever commented on code in PR #801:
URL: https://github.com/apache/cassandra-ccm/pull/801#discussion_r2618420560


##########
setup.cfg:
##########
@@ -11,10 +11,8 @@ classifier=
     'Programming Language :: Python :: 2',
     'Programming Language :: Python :: 2.7',
     'Programming Language :: Python :: 3',
-    'Programming Language :: Python :: 3.3',
-    'Programming Language :: Python :: 3.4',
-    'Programming Language :: Python :: 3.5',
-    'Programming Language :: Python :: 3.6'
+    'Programming Language :: Python :: 3.8',

Review Comment:
   Cassandra 5.0 and trunk need 3.8 and 3.11 support
   
https://github.com/apache/cassandra/blob/cassandra-5.0/.jenkins/Jenkinsfile#L62 
   
   it would be nice to introduce ccm support for 3.12 3.13 3.14 and i tried but 
there's breakages.
   see `todo` here: 
https://github.com/apache/cassandra-ccm/pull/801/files#diff-7829468e86c1cc5d5133195b5cb48e1ff6c75e3e9203777f6b2e379d9e4882b3R29
   
   This repo, cassandra-dtest and cassandra-python-driver are the python 
dependencies that are holding back Cassandra from keeping up to date with newer 
python versions.  This PR is an important step forward in testing foundations.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to