fix compatibility issue

This commit is contained in:
Tanmai Kalisipudi
2024-12-04 17:01:49 -05:00
parent 48bb8ef775
commit 7194bb57d7
11 changed files with 10 additions and 11 deletions

View File

@@ -65,7 +65,6 @@ body:
- '3.10'
- '3.11'
- '3.12'
- '3.13'
validations:
required: true
- type: input

View File

@@ -23,7 +23,7 @@ jobs:
- name: Set up Python
run: uv python install 3.11.9
run: uv python install 3.12.2
- name: Install the project
run: uv sync --dev --all-extras