Skip to content

Commit

Permalink
ci: bump python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
MainRo committed Sep 23, 2024
1 parent 3d2db18 commit ed9d51c
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: ['3.10', '3.11', '3.12', 'pypy-3.8', 'pypy-3.9', 'pypy-3.10']
python-version: ['3.10', '3.11', '3.12', 'pypy-3.9', 'pypy-3.10']
exclude:
- os: windows-latest
python-version: 'pypy-3.9'
- os: windows-latest
python-version: 'pypy-3.10'
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit ed9d51c

Please sign in to comment.