Skip to content

Commit aa0472f

Browse files
committed
fixes package
1 parent 64680e3 commit aa0472f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
rust-toolchain: stable
9595
docker-options: -e CI
9696

97-
- run: ${{ matrix.ls || 'ls -lh' }} dist/
97+
- run: ${{ matrix.ls || 'ls -l' }} dist/
9898

9999
- uses: actions/upload-artifact@v3
100100
with:

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ classifiers = [
1616
"Programming Language :: Python :: 3.10",
1717
"Programming Language :: Python :: 3.11",
1818
"Programming Language :: Python :: 3.12",
19+
"Programming Language :: Python :: 3.13",
1920
]
2021

2122
dependencies = [

0 commit comments

Comments
 (0)