update
This commit is contained in:
parent
49ce58435d
commit
be115bdfe3
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@ -5,12 +5,16 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
runs-on: self-hosted
|
||||
strategy:
|
||||
matrix:
|
||||
python-version: ["pypy3.10", "3.9", "3.10", "3.11", "3.12", "3.13"]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
- uses: actions/setup-python@v5
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: '3.13'
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: check python version
|
||||
run: python --version
|
Loading…
Reference in New Issue
Block a user