From 4b0e61158d18583f9facd8f20abcf3f58ea578da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saugat=20Pachhai=20=28=E0=A4=B8=E0=A5=8C=E0=A4=97=E0=A4=BE?= =?UTF-8?q?=E0=A4=A4=29?= Date: Mon, 27 Oct 2025 19:24:34 +0545 Subject: [PATCH] chore: set license-files and use 3.14 everywhere --- .github/workflows/release.yml | 4 ++-- pyproject.toml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d8a6706..d76068f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,10 +21,10 @@ jobs: with: fetch-depth: 0 - - name: Set up Python 3.13 + - name: Set up Python 3.14 uses: actions/setup-python@v6 with: - python-version: '3.13' + python-version: '3.14' - name: Upgrade pip and nox run: | diff --git a/pyproject.toml b/pyproject.toml index e8b06e6..2072a31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,6 +9,7 @@ name = "dvc-objects" description = "dvc objects - filesystem and object-db level abstractions to use in dvc and dvc-data" readme = "README.rst" license = "Apache-2.0" +license-files = ["LICENSE"] authors = [{ name = "Iterative", email = "support@dvc.org" }] classifiers = [ "Programming Language :: Python :: 3",