Skip to content

Commit 4c65b76

Browse files
authored
chore: set license-files and use 3.14 everywhere (#358)
1 parent dd9b14a commit 4c65b76

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ jobs:
2121
with:
2222
fetch-depth: 0
2323

24-
- name: Set up Python 3.13
24+
- name: Set up Python 3.14
2525
uses: actions/setup-python@v6
2626
with:
27-
python-version: '3.13'
27+
python-version: '3.14'
2828

2929
- name: Upgrade pip and nox
3030
run: |

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ name = "dvc-objects"
99
description = "dvc objects - filesystem and object-db level abstractions to use in dvc and dvc-data"
1010
readme = "README.rst"
1111
license = "Apache-2.0"
12+
license-files = ["LICENSE"]
1213
authors = [{ name = "Iterative", email = "[email protected]" }]
1314
classifiers = [
1415
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)