Skip to content

Commit

Permalink
removed Python 3.12 patch version from GHA script
Browse files Browse the repository at this point in the history
  • Loading branch information
wjakob committed Oct 6, 2023
1 parent f0a9ebd commit d4cbf99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
os: ['ubuntu-latest', 'windows-2022', 'macos-latest']
python: ['3.8', '3.9', '3.10', '3.11', '3.12.0', 'pypy3.9-v7.3.12', 'pypy3.10-v7.3.12']
python: ['3.8', '3.9', '3.10', '3.11', '3.12', 'pypy3.9-v7.3.12', 'pypy3.10-v7.3.12']

name: "Python ${{ matrix.python }} / ${{ matrix.os }}"
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit d4cbf99

Please sign in to comment.