Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreamsorcerer authored Aug 14, 2024
1 parent ee1f38d commit c584bd0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ jobs:
needs: swagger_ui
strategy:
matrix:
pyver: ['3.12']
pyver: ['3.10', '3.11', '3.12']
os: [ubuntu, macos, windows]
#include:
# - pyver: pypy-3.10
# os: ubuntu
include:
- pyver: pypy-3.10
os: ubuntu
runs-on: ${{ matrix.os }}-latest
timeout-minutes: 15
steps:
Expand Down

0 comments on commit c584bd0

Please sign in to comment.