diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9806374..7290a6a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,7 +20,7 @@ jobs: - name: Setup Python uses: actions/setup-python@2e3e4b15a884dc73a63f962bff250a855150a234 with: - python-version: "3.10" + python-version: "3.14" - name: Install Poetry uses: abatilo/actions-poetry@b8f6fe29ba2eb78e0d45ccbf41cd14154c4e25b2 diff --git a/.github/workflows/rigging_pr_description.yml b/.github/workflows/rigging_pr_description.yml index 6d230c6..71d465c 100644 --- a/.github/workflows/rigging_pr_description.yml +++ b/.github/workflows/rigging_pr_description.yml @@ -20,7 +20,7 @@ jobs: - name: Set up Python uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6.0.0 with: - python-version: "3.10" + python-version: "3.14" - name: Install uv run: | diff --git a/pyproject.toml b/pyproject.toml index acddc54..3184707 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ packages = [{ include = "rigging" }] # Dependencies [tool.poetry.dependencies] -python = ">=3.10,<3.14" +python = ">=3.14,<3.15" pydantic = "^2.7.3" pydantic-xml = "^2.11.0" loguru = "^0.7.2"