diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8092e51a..f5c35140 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,22 +12,22 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python: ['3.11'] + python: ['3.12'] include: + - os: ubuntu-latest + python: 'pypy3.10' - os: ubuntu-latest python: 'pypy3.9' - os: ubuntu-latest python: 'pypy3.8' - - os: ubuntu-latest - python: 'pypy3.7' - - os: ubuntu-latest - python: '3.7' - os: ubuntu-latest python: '3.8' - os: ubuntu-latest python: '3.9' - os: ubuntu-latest python: '3.10' + - os: ubuntu-latest + python: '3.11' steps: - uses: actions/checkout@v3