Skip to content

Commit

Permalink
only limit to 3.12 to check faster for the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
seperman committed Dec 6, 2024
1 parent 2f290fe commit 151dbdd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
python-version: ["3.13"]
architecture: ["x64"]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
${{ runner.os }}-pip-
${{ runner.os }}-
- name: Upgrade setuptools
if: matrix.python-version == 3.13
if: matrix.python-version => 3.12
run: |
# workaround for 3.13, SEE: https://github.com/pypa/setuptools/issues/3661#issuecomment-1813845177
pip install --upgrade setuptools
Expand Down

0 comments on commit 151dbdd

Please sign in to comment.