Skip to content

Commit

Permalink
Add support for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-stefani committed Aug 15, 2024
1 parent 589ec92 commit 02ea40b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ To install the dependencies, execute the following command:

.. code-block:: console
# pip3 install boto3==1.17.85 pyarrow==14.0.1
# pip3 install boto3==1.34.135 pyarrow==14.0.1
.. group-tab:: Python 3.11
.. group-tab:: Python 3.11-3.12

.. code-block:: console
# pip3 install --break-system-packages boto3==1.17.85 pyarrow==14.0.1
# pip3 install --break-system-packages boto3==1.34.135 pyarrow==14.0.1
.. note::

Expand Down

0 comments on commit 02ea40b

Please sign in to comment.