Update read_text call for Py3.13
authorBrett Smith <brett.smith@curii.com>
Tue, 8 Oct 2024 15:11:38 +0000 (11:11 -0400)
committerBrett Smith <brett.smith@curii.com>
Tue, 8 Oct 2024 15:11:38 +0000 (11:11 -0400)
commita56c6b6193c4cb0858a320133f0a31d4fa9d9bb0
tree5d409eadff30bfa839b02d88aa7b4dba41e8e7d1
parent11f5b511201a94b9b7cc4a1bfccc8b75a0dfed5a
Update read_text call for Py3.13

Python 3.13 updates the encoding argument of this function to be
keyword-only:
<https://docs.python.org/release/3.13.0/whatsnew/3.13.html#importlib>
No issue #

Arvados-DCO-1.1-Signed-off-by: Brett Smith <brett.smith@curii.com>
sdk/cwl/arvados_cwl/__init__.py