mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-16 15:39:21 +01:00
ci: Bump Python versions
This commit is contained in:
parent
501770e544
commit
64b1469a23
12
.github/workflows/test.yml
vendored
12
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user