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 fae458a commit 7840de2Copy full SHA for 7840de2
.github/workflows/test.yaml
@@ -32,10 +32,10 @@ jobs:
32
strategy:
33
matrix:
34
python-version:
35
- # - "3.10"
36
- # - "3.11"
+ - "3.10"
+ - "3.11"
37
- "3.12"
38
- # - "3.13"
+ - "3.13"
39
name: Test Python 📦
40
needs:
41
- build
@@ -50,9 +50,6 @@ jobs:
50
with:
51
name: python-package-distributions
52
path: dist
53
- - run: ls -lah .
54
- - run: ls -lah dist
55
- - run: ls -lah test
56
- uses: actions/setup-python@v5
57
58
python-version: ${{ matrix.python-version }}
0 commit comments