add comment

This commit is contained in:
Youngjoon Lee 2025-03-10 17:12:38 +09:00
parent 4376b4619e
commit ea2c4a6f5d
No known key found for this signature in database
GPG Key ID: 303963A54A81DD4D

View File

@ -18,7 +18,7 @@ jobs:
- name: Set up Python 3.12
uses: actions/setup-python@v5
with:
# Semantic version range syntax or exact version of a Python version
# TODO: Revert this to '3.x' once we have an updated version of `poseidon-hash` that works for Python >=3.13.
python-version: '3.12'
- name: Install dependencies
run: pip install -r requirements.txt