fix version

This commit is contained in:
Adil Hafeez 2024-11-12 17:13:07 -08:00
parent e30a983b09
commit d529893c4f
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.12"
- name: Install Poetry
run: |

View file

@ -21,7 +21,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10" # Adjust to your Python version
python-version: "3.12"
# Step 3: Install Poetry
- name: Install Poetry