ci: Bump Python versions

This commit is contained in:
Valentin Lorentz 2022-12-21 22:01:32 +01:00 committed by Val Lorentz
parent 501770e544
commit 64b1469a23
1 changed files with 11 additions and 1 deletions

View File

@ -4,6 +4,9 @@ on:
push:
pull_request:
# Sources of supported versions:
# * https://github.com/actions/python-versions/blob/main/versions-manifest.json
# * https://downloads.python.org/pypy/versions.json
jobs:
build:
@ -11,7 +14,11 @@ jobs:
strategy:
matrix:
include:
- python-version: "3.11.0-rc.2"
- python-version: "3.12.0-alpha.3"
with-opt-deps: true
runs-on: ubuntu-22.04
- python-version: "3.11"
with-opt-deps: true
runs-on: ubuntu-22.04
@ -25,6 +32,9 @@ jobs:
- python-version: "3.9"
with-opt-deps: true
runs-on: ubuntu-22.04
- python-version: "pypy-3.9"
with-opt-deps: true
runs-on: ubuntu-22.04
- python-version: "3.8"
with-opt-deps: true