Skip to content

Commit

Permalink
Unpin Python version for test and lint GH Action jobs (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
akosthekiss authored Aug 26, 2024
1 parent 93f97b0 commit 122dfbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.8, 3.9, '3.10', '3.11.5', '3.12', 'pypy-3.10'] # FIXME: forcing to use py3.11.5 since py3.11.7 causes an inexplicable failure in multiprocessing.
python-version: [3.8, 3.9, '3.10', '3.11', '3.12', 'pypy-3.10']
runs-on: ${{ matrix.os }}
steps:
- run: git config --global core.autocrlf input
Expand All @@ -32,7 +32,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: '3.11' # FIXME: experiencing SIGSEGV with py3.12.0
python-version: '3.x'
- run: pip install --upgrade tox
- run: tox -v -e lint

Expand Down

0 comments on commit 122dfbb

Please sign in to comment.