We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64680e3 commit aa0472fCopy full SHA for aa0472f
.github/workflows/release.yml
@@ -94,7 +94,7 @@ jobs:
94
rust-toolchain: stable
95
docker-options: -e CI
96
97
- - run: ${{ matrix.ls || 'ls -lh' }} dist/
+ - run: ${{ matrix.ls || 'ls -l' }} dist/
98
99
- uses: actions/upload-artifact@v3
100
with:
pyproject.toml
@@ -16,6 +16,7 @@ classifiers = [
16
"Programming Language :: Python :: 3.10",
17
"Programming Language :: Python :: 3.11",
18
"Programming Language :: Python :: 3.12",
19
+ "Programming Language :: Python :: 3.13",
20
]
21
22
dependencies = [
0 commit comments