diff options
author | Stefan Behnel <stefan_ml@behnel.de> | 2022-08-03 10:55:17 +0200 |
---|---|---|
committer | Stefan Behnel <stefan_ml@behnel.de> | 2022-08-03 10:55:17 +0200 |
commit | c1af54fb1d20cc14adca8c0f4fe60160ed6a1868 (patch) | |
tree | 0d51c6e0524834dc20817596e837b9ea7184047e /.github | |
parent | 5fbac16da26e1cbddeafd9fa9c98d31ce8b5e19d (diff) | |
download | cython-c1af54fb1d20cc14adca8c0f4fe60160ed6a1868.tar.gz |
Use latest Py3.10 for the "compile all" CI builds instead of 3.9.
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c2193c5d..a03a417cf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,12 +68,12 @@ jobs: env: { CYTHON_COMPILE_ALL: 1 } extra_hash: "-all" - os: ubuntu-18.04 - python-version: 3.9 + python-version: 3.10 backend: c env: { CYTHON_COMPILE_ALL: 1 } extra_hash: "-all" - os: ubuntu-18.04 - python-version: 3.9 + python-version: 3.10 backend: cpp env: { CYTHON_COMPILE_ALL: 1 } extra_hash: "-all" |