jrmccluskey commented on code in PR #35056:
URL: https://github.com/apache/beam/pull/35056#discussion_r2399593369
##########
sdks/python/setup.py:
##########
@@ -557,6 +557,20 @@ def get_portability_package_data():
'torch',
'transformers',
],
+ 'p313_ml_test': [
Review Comment:
Kind of depends on how we want to go about it, since the datatables
dependency does work in 3.12 but does not support 3.13. I'm not sure how many
test cases that potentially takes off of 3.12 runs, but I am not opposed to it.
##########
sdks/python/test-suites/gradle.properties:
##########
@@ -23,34 +23,34 @@
# dataflow test-suites
# (TODO): https://github.com/apache/beam/issues/21971
# Add python 3.10 to dataflow test-suites
-dataflow_precommit_it_task_py_versions=3.9,3.12
+dataflow_precommit_it_task_py_versions=3.9,3.13
Review Comment:
Agreed
--
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]