Skip to content

Commit 151dbdd

Browse files
committed
only limit to 3.12 to check faster for the issue
1 parent 2f290fe commit 151dbdd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
15+
python-version: ["3.13"]
1616
architecture: ["x64"]
1717
steps:
1818
- uses: actions/checkout@v2
@@ -44,7 +44,7 @@ jobs:
4444
${{ runner.os }}-pip-
4545
${{ runner.os }}-
4646
- name: Upgrade setuptools
47-
if: matrix.python-version == 3.13
47+
if: matrix.python-version => 3.12
4848
run: |
4949
# workaround for 3.13, SEE: https://github.com/pypa/setuptools/issues/3661#issuecomment-1813845177
5050
pip install --upgrade setuptools

0 commit comments

Comments
 (0)